epitomecl / kmp-wallet

Android KMP Wallet App
2 stars 0 forks source link

Analyze good architecture for providing multiple currencies with blockchain.info:My-Wallet-V3-Android #23

Open elegant651 opened 6 years ago

elegant651 commented 6 years ago

While testing to bind with rpc-api on bitcoin-node, we should find out great architecture with My-Wallet-V3-Android ( https://github.com/blockchain/My-Wallet-V3-Android )

My-Wallet-v3-android is the android app which depends on blockchain.info server api like https://github.com/blockchain/api-v1-client-node. So, even I tried to decouple the presenter with server api, but I reached out the good solution would be set up the server api similar to that.

Before proceeding it, first, analyze the source on Blockchain.info ones, then retrieve and apply it. Simultaneously, the server api should be set up.

elegant651 commented 6 years ago

https://github.com/blockchain/service-my-wallet-v3 :: analyze & build

elegant651 commented 6 years ago

https://github.com/blockchain/my-wallet-v3 . :: the service connect to it