|
31 | 31 |
|
32 | 32 | ## Features |
33 | 33 |
|
34 | | -- Opening wallets through private key or mnemonic |
35 | | -- Transaction history, currently all transactions are listed |
36 | | -- Multiple languages (English and French currently supported) |
37 | | -- Submitting transactions |
38 | | -- [Ledger](http://ledger.com/) support |
39 | | -- Multiple accounts open in parallel |
40 | | -- Staking (Adding / reclaiming escrow) |
| 34 | +### Wallet and Accounts |
| 35 | + |
| 36 | +- Create/Restore wallets using standard [BIP-0039] mnemonic phrases |
| 37 | +- Import accounts from your [Ledger] hardware wallet |
| 38 | +- Import accounts directly from their private keys |
| 39 | +- Address book of your saved contacts |
| 40 | +- Create a profile to quickly access stored accounts with a password |
| 41 | + |
| 42 | +### Transactions |
| 43 | + |
| 44 | +- View transaction history |
| 45 | +- Send ROSE tokens between Consensus accounts |
| 46 | +- Stake/Debond ROSE tokens |
| 47 | +- Deposit and withdraw from ParaTimes (Sapphire, Emerald, Cipher) |
| 48 | +- Purchase ROSE using [Transak On-Ramp] |
| 49 | + |
| 50 | +### Accessibility |
| 51 | + |
| 52 | +- Available in multiple languages |
| 53 | +- Should not crash when using Google Translate |
41 | 54 |
|
42 | 55 | ## Getting started |
43 | 56 |
|
@@ -233,3 +246,6 @@ Adding a new language: |
233 | 246 | [license-link]: https://opensource.org/licenses/Apache-2.0 |
234 | 247 | [codecov-badge]: https://codecov.io/gh/oasisprotocol/oasis-wallet-web/branch/master/graph/badge.svg |
235 | 248 | [codecov-link]: https://codecov.io/gh/oasisprotocol/oasis-wallet-web |
| 249 | +[BIP-0039]: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki |
| 250 | +[Ledger]: https://ledger.com/ |
| 251 | +[Transak On-Ramp]: https://transak.com/ |
0 commit comments