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
- Non-formal communication can happen across all communication channels, e.g., our "Account-bound token" TG channel
- A lot of discussion about "Soulbound tokens" is happening on the RadicalExchange Discord server.
- Otterspace is committing a significant portion of their current product iteration towards integrating the standard. So is violet.co.
- However, for any formal communication regarding the standard document, make sure you leave a comment on the official discussion thread on the Ethereum Magicians forum! It is vital to appropriately document community sentiment and interest. Thanks!
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
Copyright and related rights waived via CC0.