Skip to main content

Local Instance Setup

User Manual for Local Instance Setup

Setup

Prerequisites. We assume that the user has installed the following dependencies:

git, go, nodejs, npm, docker, bash, curl, jq

Repository. Clone monorepo with –recurse submodules enabled: alt text

Fontend. Enter the frontend directory, install dependencies, and run the application: alt text Go to http://localhost:3000 on the browser and check that the application is running.

Backend. Open another terminal, enter the backend directory, and run the application: alt text

Blockchain. Open another terminal, enter the blockchain directory, and start the network: alt text alt text alt text alt text alt text alt text alt text alt text

Visit https://localhost:7011/ to check if the blockchain is running.