Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 560 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 560 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.