Steps to start the services

  • Create a file .env to save the environment variables for the services
  • Add and edit the following to the .env
BRIDGE_BLOCKCHAIN_HOST=
BRIDGE_BLOCKCHAIN_PORT=
BLOCKCHAIN_NODE_ID=
BLOCKCHAIN_NODE_SECRET=
MAINNET_BLOCKCHAIN_HOST=
MAINNET_BLOCKCHAIN_PORT=
EKO_CONTRACT_ADDRESS=
  • Install make if not installed
  • Run,
make set-up

This will initialize all the services and seed the database with the admin’s account.

  • To start all the services, run,
make dirty-up

You can access the services,