Clone Coding in reference to Web3 Dappazon Coding by Justin
(https://www.youtube.com/watch?v=X1ahXNYkpL8&t=1s)
- Smart Contract deployed at local hardhat
- Backend : NodeJS
- Frontend : ReactJS
$ npm install
$ npx hardhat test
$ npx hardhat node
In a separate terminal execute:
$ npx hardhat run ./scripts/deploy.js --network localhost
$ npm run start