- Notifications
You must be signed in to change notification settings - Fork1
full-stack dapp template project using foundry and next.js
NotificationsYou must be signed in to change notification settings
polats/brevity
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
full-stack dapp template project using foundry and next.js
yarnyarn 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