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

[Feature] SDK for mutating hypercerts #3

@bitbeckers

Description

@bitbeckers

Goal

Allow for splitting, merging and burning hypercerts

User stories

  • As a developer, I want to be able to pull the SDK from npm so I can split a hypercert in a set of fractions
  • As a developer, I want to be able to pull the SDK from npm so I can merge fraction of a hypercert
  • As a developer, I want to be able to pull the SDK from npm so I can burn a full hypercert

Technical

  • Store per fraction metadata on IPFS
  • Input validations for splitting, merging and burning
  • Generate appropriate image representing the effect of the mutation and update metadata

Interface

Metadata

  • generate()
  • update()
  • read()

Hypercerts

  • split()
  • merge()
  • burn()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Refinement

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions