From 4fa496323c05bba132b22a8a38c9cee64232290b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miro=20Mets=C3=A4nheimo?= Date: Thu, 14 Jan 2021 08:55:23 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6f48882..36474c5 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,15 @@ The toolkit supports creating and importing wallets and signing blocks on-device ## Features -* Generate wallets with a BIP32 mnemonic phrase -* Generate wallets with legacy Nano mnemonic phrases -* BIP32/44 private key derivation -* BIP39 Mnemonic is the same one which Ledger uses in their hardware wallets +* Supports BIP32/44 hierarchial deterministic (HD wallet) private key derivation with Nano's derivation path +* Generate new HD wallets with a BIP39 mnemonic phrase (Also used in Ledger hardware wallet) +* Generate new legacy Nano wallets with mnemonic phrases (Also used in Natrium wallet) * Import wallets with a mnemonic phrase or a seed -* Import wallets with the legacy Nano hex seed -* Sign send, receive and change representative blocks with a private key -* Runs in all web browsers and mobile frameworks built with Javascript +* Import wallets with the legacy Nano mnemonic phrase or seed +* Sign send-, receive- and change representative blocks with a private key +* Runs in all web browsers and mobile frameworks built with Javascript (doesn't require server-side NodeJS functions) * Convert Nano units -* Sign any strings with the private key, for example using a password for the user created from the user ID. +* Sign any strings with the private key, for example you can use the private key as the password by using a private key signature of any string as the password * Validate addresses and mnemonic words --- -- 2.34.1