DAJ - Get your future interest at warp velocity
- Live demo
- Daj was an ETHLondon finalist. Read the Devpost write-up
To build the application please install first all of the dependencies by running:
npm install
All of the smart-contracts tests are executed on the buidler-evm environment and can be started by typing:
npm run test
Make sure that all of the smart-contracts are compiled before trying to deploy the dApp:
npx truffle compile
To deploy the front-end on your local machine please type in your command line:
npm run dev