Skip to content

Commit 94575b8

Browse files
committed
clean up and thank you
1 parent a245d8e commit 94575b8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
tags: nostr, nips, NIP05, NIP06, NIP19, bitcoin, BIP32, BIP39, BIP43, BIP44, BIP84, BIP86, BIP173, SLIP44
55
layout: page
66
---
@@ -10,12 +10,13 @@ hdkeys <img src="https://www.buybitcoinworldwide.com/img/segwit.png" width="100"
1010

1111
[![license](https://img.shields.io/badge/license-WTFPL%20--%20Do%20What%20the%20Fuck%20You%20Want%20to%20Public%20License-green.svg)](https://github.com/modood/hdkeygen/blob/master/LICENSE)
1212

13-
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.
1414

1515
- 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+
___________
1920

2021
* BIP32 - Hierarchical Deterministic Wallets
2122
* BIP39 - Mnemonic code for generating deterministic keys
@@ -29,7 +30,7 @@ A very simple and easy to use bitcoin and nostr key/wallet generator.
2930
* NIP05 - Mapping Nostr keys to DNS-based internet identifiers, HEX key output
3031
* NIP06 - Basic key derivation from mnemonic seed phrase (https://nostr-nips.com/nip-06)
3132
* NIP19 - bech32-encoded entities (nsec, npub)
32-
33+
___________
3334

3435
Can I trust this code?
3536
----------------------
@@ -86,4 +87,4 @@ This repo is released under the [WTFPL](http://www.wtfpl.net/) – Do What the F
8687
Base code stolen from
8788
---------------------
8889

89-
[modood](https://github.com/modood/hdkeygen) with same license
90+
[hdkeygen](https://github.com/modood/hdkeygen) with same license __Thank you [modood](https://github.com/modood)__

0 commit comments

Comments
 (0)