Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Network-Goods/hypercerts-pilot

Repository files navigation

DEPRECATED - Please refer to https://github.com/Network-Goods/hypercerts for the latest docs


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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Structure

  • All human readable strings live in /content

Metamask config

Be sure to set the correct chainId in metamask for localhost:8584 development

Tooling

Graphql code generation

Running codegen:watch will automatically update the graphql types from queries wrappen in the graphql() function.