Skip to content

DIMO-Network/dimo-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dimo-hello-world

Welcome to the DIMO Hello World applications repository! This repository contains a collection of boilerplate examples designed to help developers get started with integrating DIMO services into their applications. Whether you're looking to implement "Login to DIMO" authentication or explore other DIMO functionalities, you'll find a variety of examples across multiple frameworks and languages here.

Table of Contents

Getting Started

To get started with the DIMO Hello Worlds, clone this repository to your local machine by executing the following:

git clone https://github.com/DIMO-Network/dimo-hello-world.git

Requirements & Installation

Each example in this Hello World repository is contained within its own directory and includes its own README with installation instructions specific to the example. In the case where the example code is in NodeJS or TypeScript, you will need these installed:

  • Node.js (check each example for versions)
  • npm (usually comes with Node.js)

A general next step would be to install required dependencies, which might look like this:

cd <example-directory>
npm install

❗ Always check the README in each directory for specific installation process. Some directories may redirect you to another separate repository, but every example should follow the general guidelines listed here.

Contributing

Contributions to the DIMO Hello World applications are welcome! Please refer to the CONTRIBUTING file for guidelines on how to contribute to this repository.

Licensing

This project is licensed under the Apache License 2.0. See the LICENSE file in this repository for more details.

Support

For support, please open an issue in this repository or contact us in our Discord community.