reaster / cardano_wallet_sdk

Targeting Flutter apps, the Cardano Wallet SDK is a high-level Dart library for managing cryptocurrency accounts & executing transactions on the blockchain.
Apache License 2.0
38 stars 18 forks source link

how hard it should be to change it to support ethereum? #7

Closed dvird closed 2 years ago

dvird commented 2 years ago

how hard it should be to change it to support ethereum?

reaster commented 2 years ago

That would be a total rewrite. Cardano, like Bitcoin, uses the UTx0 model. Ethereum uses an account-based model.

reaster commented 2 years ago

Some of the cryptographic code could be reused but there are no plans to support Ethereum.