To get started with this course, clone this repo and follow these commands:
- Run
npm install
at the root of your directory - Run
npm run start
to start the project
- In the Ethereum project, Run
npm run deploy
- Check the logs and copy the ID after the line
Contract deployed to:
(eg:0xAa08E23A8671Fd524462B978068b00E774Cb4Cdd
) - Take that ID and go to the JS project
- In App.js replace the
CONTRACT_ADDRESS
with the ID you copied earlier - Add the file to and push it to git, it will deploy a new version of the website immediately
- Go to https://nft-minter-jr.vercel.app/ and see the app!