To deploy this app:
- Clone this repository
git clone git@github.com:codeV124/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