Browse Source

Update README.md

localNotifications
Igor Korsakov 7 years ago
committed by GitHub
parent
commit
83cc8e1030
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      README.md

18
README.md

@ -5,14 +5,21 @@
Thin Bitcoin Wallet.
Built with React Native, Expo and BlockCypher API.
[![Appstore](http://www.bluewallet.io/img/app-store-badge.svg)](https://itunes.apple.com/us/app/bluewallet-bitcoin-wallet/id1376878040?l=ru&ls=1&mt=8) **v1.2.0**
* Build and run on your own using Expo Client
* Private keys never leave your device
* SegWit-first. Replace-By-Fee support
* Encryption. Plausible deniability
Alpha version, do not rely on it too much for now!
Beta version, do not use to store large amounts!
<img src="https://raw.githubusercontent.com/Overtorment/BlueWallet/master/gif.gif" width="325">
![blue wallet](https://raw.githubusercontent.com/Overtorment/BlueWallet/master/gif.gif "Blue Wallet screenshots gif")
@ -30,7 +37,7 @@ npm start
* Install Expo client: https://itunes.apple.com/app/apple-store/id982107779?ct=www&mt=8
* Send the link shown in your console after `npm start` to your device
* With Expo client, open the link
* Open the link with Safari, Expo client should automatically handle `exp://` URI scheme
## MOTIVATION TO BUILD IT
@ -54,7 +61,7 @@ MIT
Support for single private-key wallets:
* SegWith P2SH compatibility addresses
* ~~SegWith P2SH compatibility addresses~~
#### Screens:
@ -99,7 +106,7 @@ Support for single private-key wallets:
* Choose walet
* Receive through changelly/shapeshift
* Send
* ~~Handle `bitcoin://` URI~~
* Handle `bitcoin://` URI
* ~~Scan QR with `bitcoin://` URI~~
* Transactions
* ~~Sub screen to view transaction details (confs, fee, seen date, confirmed date, time to confirm)~~
@ -111,6 +118,7 @@ Support for single private-key wallets:
### v3.0.0 beta
Support HD (multi-private keys)
Support bech32 addresses
#### Screens

Loading…
Cancel
Save