Closed Jovells closed 1 year ago
Asana task: https://app.asana.com/0/0/1205839339457222/f
Created generateAbis.js file. it runs whenever npx hardhat run scripts/deploy.ts is run and generates a file with the abi and contract address for each deployed contract inside frontend/nextjs/src/deployments/<Network Name>
generateAbis.js
npx hardhat run scripts/deploy.ts
frontend/nextjs/src/deployments/<Network Name>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Asana task: https://app.asana.com/0/0/1205839339457222/f
Created
generateAbis.js
file. it runs whenevernpx hardhat run scripts/deploy.ts
is run and generates a file with the abi and contract address for each deployed contract insidefrontend/nextjs/src/deployments/<Network Name>