forked from DecentralizedClimateFoundation/DCIPs
804 B
804 B
EIP-5725: Transferrable Vesting NFT - Reference Implementation
This repository serves as a reference implementation for EIP-5725 Transferrable Vesting NFT Standard. A Non-Fungible Token (NFT) standard used to vest tokens (ERC-20 or otherwise) over a vesting release curve.
Contents
- EIP-5725 Specification: Interface and definitions for the EIP-5725 specification.
- ERC-5725 Implementation (abstract): ERC-5725 contract which can be extended to implement the specification.
- VestingNFT Implementation: Full ERC-5725 implementation using cliff vesting curve.
- LinearVestingNFT Implementation: Full ERC-5725 implementation using linear vesting curve.