Solidity development monorepo
backend - foundry
frontend
yarn && cd packages/backend && make && cd -
yarn build - Build frontend
yarn dev - Start development NextJS server
yarn test - Test solidity contract
yarn chain - Start local node with anvil
yarn compile - Build solidity contracts
yarn deploy - Deploy solidity contract
Contract deploymens require updates to ./packages/frontend/contsants.ts unless using pre-computed address.