This is a Next.js project bootstrapped with create-next-app
.
First, run the prepare script which will create interfaces for contracts and contract instances itself:
npm run prepare
# or
yarn prepare
Then, run the development server:
npm run dev
# or
yarn dev
When changing graphql queries run
npm run codegen
Open http://localhost:3000 with your browser to see the result.