0.3.1 • Published 10 months ago

@polytope-labs/erc6160 v0.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

ERC6160

Unit Tests NPM

Official Implementation of EIP-6160

This set of interfaces and contracts relates to the Multi-Chain Native Token Standard.

The motivation for this standard can be found from our research publication.

The Core Interfaces specifying the standard specified in the EIP:

Multi-Chain token contracts that chooses to conform to this EIP MUST extend their corresponding interface above.

These example core token contracts implements the interfaces as so:

NoteThis standard is unopinionated, however, aims to set the foundation for creating multi-chain native tokens, also the specifics for authorization and access control are left for developers to implement in token contracts.