xwallet


Project maintained by ehanoc Hosted on GitHub Pages — Theme by mattgraham

XWallet

Get it on Google Play

A pet project, a bitcoin wallet.

Techy Info

Service (All wallet management; dedicated thread) < —– IPC —– > Main Thread (UI / Flow )

Contributions

Adding other currencies ?

├── service

│   ├── BlockchainService.java

│   ├── coin

│   │   ├── bitcoin

│   │   │   ├── actions

│   │   │   │   ├── BitcoinSendAction.java

│   │   │   │   └── BitcoinSetupAction.java

│   │   │   ├── Bitcoin.java

│   │   │   ├── BitcoinManager.java

│   │   │   ├── DownloadProgressListener.java

│   │   │   └── WalletUtils.java

│   │   ├── CoinAction.java (Interface)

│   │   ├── CoinManagerFactory.java

│   │   ├── CoinManager.java (Interface)

│   │   └── CurrencyCoin.java (Interface)

License

Dependencies Credits