A test project for learning web3 development
Create a .env file with the following content
STAGING_ALCHEMY_KEY= Your alchemy api key
PRIVATE_KEY= Your wallet key
# Test
npx hardhat run scripts/run.js
# Deploy
npx hardhat run scripts/deploy.js --network rinkeby
Navigate into the web folder and npm start