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

[Feature] SDK for mutating hypercerts #3

Open
3 tasks
bitbeckers opened this issue Dec 2, 2022 · 0 comments
Open
3 tasks

[Feature] SDK for mutating hypercerts #3

bitbeckers opened this issue Dec 2, 2022 · 0 comments

Comments

@bitbeckers
Copy link
Collaborator

bitbeckers commented Dec 2, 2022

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()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Refinement
Development

No branches or pull requests

1 participant