You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: hdkeys
3
-
description: hdkeys creates Bitcoin and Nostr accounts from the same mnemonic seeds
3
+
description: hdkeys is a library to create Bitcoin and Nostr secret and public account keys from the same mnemonic seeds, and a command-line tool that uses this library.
A very simple and easy to use bitcoin and nostr key/wallet generator.
13
+
hdkeys is a library to create Bitcoin and Nostr secret and public account keys from the same mnemonic seeds, and a command-line tool that uses this library.
14
14
15
15
- hdkeys allows for the creation of mnemonic seeds, and Hierarchical Deterministic (HD) addresses.
16
-
- hdkeys supports BIP39 passphrase protection.
17
-
- creates Bitcoin and Nostr accounts from the same mnemonic seeds
18
-
- hdkeys can create WIF (Wallet Import Format), and decode private keys from WIF
16
+
- hdkeys supports BIP39 passphrase protection for HD Wallets
17
+
- hdkeys creates Bitcoin and Nostr keys/accounts from the same mnemonic seeds
18
+
- hdkeys can create the WIF (Wallet Import Format), and decode private and public keys from WIF
19
+
___________
19
20
20
21
* BIP32 - Hierarchical Deterministic Wallets
21
22
* BIP39 - Mnemonic code for generating deterministic keys
@@ -29,7 +30,7 @@ A very simple and easy to use bitcoin and nostr key/wallet generator.
29
30
* NIP05 - Mapping Nostr keys to DNS-based internet identifiers, HEX key output
0 commit comments