enkryptcom / enKrypt

Enkrypt: Ethereum, Polkadot and Web3 Wallet
https://www.enkrypt.com/
MIT License
283 stars 153 forks source link

Support For ERC3475 Tokens #381

Open Islandersfan2016 opened 5 months ago

Islandersfan2016 commented 5 months ago

Hello Enkrypt team, my team is working on a project that issues ERC3475 tokens (Abstract Storage Bonds) on Moonbeam. We are looking into integrating with Enkrypt. We will be creating a Pull Request adding support soon.

Enkrypt will be the only wallet that we are integrating with to launch our project. Here is a little more about the token standard: https://eips.ethereum.org/EIPS/eip-3475

If there are any recommendations for us on how best to do it, please let us know. #Enhancement

Islandersfan2016 commented 5 months ago

It looks like we can use the "Adding Asset Handler" feature in the docs. Is this correct? This would be used for us to send the tokens to the wallet then see and send them out of the wallet. Plus, the tokens would be able to be viewed/sent after connecting your Ledger to Enkrypt.

kvhnuke commented 5 months ago

yea I believe assetsHandler is the way to go

Islandersfan2016 commented 5 months ago

yea I believe assetsHandler is the way to go

Thank you! We will create an assetHandler then do a pull request.