Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.37 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.37 KB

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:

Note This 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.