JoinSEEDS / seeds_light_wallet

http://www.joinseeds.earth/
MIT License
42 stars 22 forks source link

ESR - Support Other Chains #1812

Open n13 opened 2 years ago

n13 commented 2 years ago

Is your feature request related to a problem? Please describe. The ESR specification has a "chain_id" in the payload

https://github.com/eosio-eps/EEPs/blob/master/EEPS/eep-7.md#chain_id

Describe the solution you'd like Support chain_id - that means we can sign any requests on any chain, EOS, Telos, WAX, Telos Testnet, and so on - just as long as we have keys for the signing of the request.

Initially this will be useful mostly for Telos Testnet, since we're not set up to import EOS accounts...

Additional context

chuck-h commented 2 years ago

The LW TokenModel includes chain, contract, and symbol. It wouldn't be a huge stretch to support currency cards and send/receive token actions for any eosio chain.