Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 756 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 756 Bytes

Dapp Template

Solidity development monorepo

backend - foundry

frontend

Set up

yarn && cd packages/backend && make && cd -

Scripts

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

Usage

Contract deploymens require updates to ./packages/frontend/contsants.ts unless using pre-computed address.