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:
Fontend. Enter the frontend directory, install dependencies, and run the application: 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:
Blockchain. Open another terminal, enter the blockchain directory, and start the network:
Visit https://localhost:7011/ to check if the blockchain is running.