full-stack dapp template project using foundry and next.js
yarn
yarn start
- Add the applicable secrets and vars to the github repo settings
- Create the project on vercel
- Add your contract to contracts folder
- Add the contract to the forge deployment scripts in
script
folder - Update the
src/scripts/deploy.ts
with the contract name and deploy function - Deploy the contract via
yarn deploy
- contractInfo.ts needs to be updated with the contract chain, name, address and ABI
- You can use the example/contract app to more easily add an external contract