Network-Goods / hypercerts-protocol

MIT License
13 stars 5 forks source link

Implement ERC-3525 #39

Closed moconnell closed 1 year ago

moconnell commented 1 year ago

EIP-3525 describes a semi-fungible token (derived from EIP-721 Non-Fungible Token Standard), where tokens with the same "slot" value are fungible with one another.

We intend to utilise this feature in order to facilitate the splitting and merging of tokens related to a single impact claim certificate.

Reference Implementation

EIP-3525 implementation

Pre-requisite for:

Technical