- Node.js v16.19
- NPM v9.4.2
npm i
When you make changes to the contracts, you will need to generate new typescript files for the frontend to use. This is done by running the following commands:
- Generate solidity files, run:
yarn core:generate
- Generate webapp files, run:
yarn web:generate
- Start the hardhat local server by running:
npm run core:dev
- Start the Next.js frontend by running:
npm run web:dev