Monorepo README
Prerequisites
Installation
yarn install
Generating files
Before you can run the project, you need to generate some files (hardhat export for solidity and wagmi/cli generate for the frontend).
- Generate solidity files, run:
yarn core:generate
- Generate webapp files, run:
yarn web:generate
Running the hardhat local server
- Start the hardhat local server by running:
yarn run core:dev
Running the Next.js frontend
- Start the Next.js frontend by running:
yarn run web:dev