0.0.32 • Published 2 years ago

@hypercerts-org/hypercerts-sdk v0.0.32

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Hypercert SDK

Set up

Configuration

  1. Obtain your own storage keys. We use both NFT.storage (for NFT metadata) and web3.storage (for other data).
  1. Configure your keys
  • Copy .env.template to .env and add your keys.

Dependencies

yarn install

Build

yarn build

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