JianBinWu / Wallet-iOS

blockChainWallet
Apache License 2.0
8 stars 7 forks source link
bitcoin blockchain cryptocurrency dapp ethereum ios wallet

BlockChainWallet

This is a blockchain wallet, which imitates imToken and integrates the core code of imToken open source.
You can use this APP to test the transaction of BTC or ETH on testnet or mainnet.

Feature

Installation and Run the Example

I've already uploaded all files, just download and run it.

Try the APP

Create new Identity and backup mnemonic words

CreateIdentity Backup

Use Faucet to get test coins and check the balance on home page

BTC faucet:
https://coinfaucet.eu/en/btc-testnet/
ETH faucet:
https://faucet.kovan.network/
Omni Token faucet:
Please transfer some Bitcoin test coins to the address "moneyqMan7uh8FqdCA2BV5yZ8qVrc9ikLP", and then after the transaction is confirmed, there will be some omni on your address, and the conversion ratio is 1 BTC = 100 OMNI.

HomePage

Transfer test and check the transaction result on explore

BTC explore:
https://live.blockcypher.com/btc-testnet/
ETH explore:
https://kovan.etherscan.io/

Transfer

DApp browser(example: Uniswap)

Transfer

Troubleshooting

If you use pod to re-import third-party frameworks, the bigInt framework will have problems due to version reasons, please follow the simulator prompts to modify the code.

TODO

Thanks and more info

Thanks imToken open source.