JSPM

erc4973

0.5.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q29869F
  • License CC0-1.0

A standard interface for non-transferrable non-fungible tokens, also known as "account-bound" or "soulbound tokens" or "badges".

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 (erc4973) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    ERC4973 - Account-bound tokens

    Testable implementation of EIP-4973.

    GitHub Actions is continuously building the flat file reference implementation to assets/ERC4973-flat.sol

    Communication

    Finding the right version

    • EIP-4973 is in "DRAFT" phase currently. Changes MIGHT happen and the interface is still unstable. Please take this into consideration before you start building on the interface.
    • Still, we want to give everyone a chance to upgrade cooperatively using semver. In changelog.md each git tag will have a respective description, e.g., referrencing the ethereum/EIPs commit height we're implementing.

    Installation with foundry/dapptools

    forge install https://github.com/attestate/ERC4973
    dapp install https://github.com/attestate/ERC4973

    Installation with npm

    npm i erc4973

    Contributing

    Please reach out to me e.g. on social media or via emails, I can get you started.. Alternatively check the official feedback thread on the Ethereum Magician's forum.

    Copyright and related rights waived via CC0.