JSPM

@polytope-labs/erc6160

0.3.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q76425F
  • License Apache-2.0

Official implementation of the EIP-6160 token standard

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@polytope-labs/erc6160) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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.