A template for creating web3 projects.
Go inside the dapp-frontend
folder
cd dapp-frontend
and install dependencies
npm i or yarn install
Next, create .env
file and enter your ALCHEMY_ID
NEXT_PUBLIC_ALCHEMY_ID=XXXX
You can get one in their website: Alchemy
Now run the project
npm run dev or yarn run dev