The version of our proof-of-concept solution to be deployed on the localhost network.
You will need the following tools:
- [Node (v18 LTS)]
- Yarn ([v1]
npm install --global yarn
)
- Install dependencies
yarn install
- Run local network in the first terminal:
yarn chain
- In a second terminal, deploy the contracts:
yarn deploy
- In a third terminal start your frontend:
yarn start
- In the second terminal again, run the scenarios:
yarn scenario1-4 (E.g. scenario1)