This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Token: Maintain ERC and EIP traits for Token Compatibility #1299
Labels
stale
[bot only] Added to stale content; will be closed soon
What
Keeping up with the Ethereum technical standard by maintaining equivalent Rust traits in the program library.
Why
Solana has several advantages over Ethereum. By maintaining ERC and EIP API it can be easier for Ethereum
developers to transition to Solana.
Additionally, security token standards such as
EIP 1400: Security Token Standard
EIP 1410: Partially Fungible Token Standard
can be a pathway to a well-implemented #966 (vesting contract feature request) as well as a more sustainable adoption of Solana as security token infrastructure since it is already equipped for uses in exchanges.
How
For starters, keeping a Rust trait like:
This can be added as an additional module of the program library with ease.
The text was updated successfully, but these errors were encountered: