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

Latest commit

 

History

History
62 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

62 lines (35 loc) · 1.01 KB

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


Hypercert SDK

Set up

Configuration

  1. Copy .env.template to .env
  2. Create an API key on NFT.Storage by going here. Add this to your config.

Dependencies

yarn install

Build

yarn build

yarn lerna run bootstrap

yarn lerna run tsc

Interface

API documentation Graph playground

Packages

Contracts

Typed instances of Hypercert protocol

Metadata

Metadata validator/generator/uploader

Graph Client

GraphQL client for Hypercerts with predefined queries and client

Types

  • Contracts
  • Graph entities
  • Hypercert domain

-- to be rewritten:

  • Example metadata schema's
  • Yup validation

Wrapper for Graph-client