React Native Crypto Wallet

Simple mobile Bitcoin & Ethereum wallet

Getting Started

Start the React Native

yarn install
react-native run-ios

Hacks required to run Crypto on RN

Features

  • Create wallet
    • testnet or livenet
  • Show wallet info
    • balance in crypto & USD
    • private & public keys
    • derivation strategy, address type etc
  • Send transaction
    • scan QRCode address
    • choose BTC fee
    • show calculated fee
  • Generate address
    • show QRCode address
  • List all addresses
    • explore address transactions
  • Transactions history
    • sent & received
  • Backup wallet
    • using mnemonic
    • export as JSON
  • Restore wallet
    • using mnemonic
    • import from JSON

1. App Menu

screenshot 2019-02-07 at 14 09 37

2. Create Wallet

Start by creating your first wallet.

screenshot 2019-02-07 at 14 09 56

3. Wallet Info

Check details of the created wallet.

screenshot 2019-02-07 at 14 10 31

4. Generate addresses

Generate multiple public addresses for receiving coins.

screenshot 2019-02-07 at 14 10 57

5. Addresses

Check list of all generated public addresses.

screenshot 2019-02-07 at 14 11 19

6. Send Transaction

screenshot 2019-02-07 at 14 11 40

7. Select active wallet

Switch between all available wallets.

screenshot 2019-02-07 at 14 13 01

8. Backup wallet

Export mnemonic or private key of your wallet.

screenshot 2019-02-07 at 14 13 24

9. Restore wallet

Add wallet by mnemonic or .dat file.

screenshot 2019-02-07 at 14 13 43

GitHub

View Github