mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update README.md
This commit is contained in:
parent
8646f1d06e
commit
83cc8e1030
1 changed files with 13 additions and 5 deletions
18
README.md
18
README.md
|
@ -5,14 +5,21 @@
|
|||
Thin Bitcoin Wallet.
|
||||
Built with React Native, Expo and BlockCypher API.
|
||||
|
||||
|
||||
|
||||
[](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">
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
@ -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…
Add table
Reference in a new issue