This is a Next.js project bootstrapped with create-next-app.
Copy .env file
cp .env.example .envInstall dependencies
npm iGenerate Prisma client and create database
npx prisma migrate dev
npx prisma generateRun the development server:
npm run devOpen http://localhost:3001 with your browser to see the result.
(THIS STEP WE WILL DO TOGETHER DURING THE WORKSHOP) To generate contract bindings, run
npx hardhat compile