This codebase goes along with my tutorial The Complete Guide To Full Stack Web3 Development
To deploy this app:
- Clone this repository
git clone [email protected]:dabit3/full-stack-web3.git- Install the dependencies
npm install- Run the local node
npx hardhat node- Deploy to localhost
npx hardhat run scripts/deploy.js --network localhost- Start the app
npm start