You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: