upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/06.md
diff options
context:
space:
mode:
authorfiatjaf <faitjaf@gmail.com>2022-05-01 07:48:57 -0300
committerfiatjaf <faitjaf@gmail.com>2022-05-01 07:48:57 -0300
commitf25c7e672c23ca5463fa5c0fcb5e5f424d956862 (patch)
tree597462ec02ed56ef53f268279a31f62edd3f37eb /06.md
migrate nips from main nostr repo.
Diffstat (limited to '06.md')
-rw-r--r--06.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/06.md b/06.md
new file mode 100644
index 0000000..c1e66fe
--- /dev/null
+++ b/06.md
@@ -0,0 +1,15 @@
1NIP-06
2======
3
4Basic key derivation from mnemonic seed phrase
5----------------------------------------------
6
7`draft` `optional` `author:fiatjaf`
8
9[BIP39](https://bips.xyz/39) is used to generate mnemonic seed words and derive a binary seed from them.
10
11[BIP32](https://bips.xyz/32) is used to derive the path `m/44'/1237'/0'/0/0` (according to the Nostr entry on [SLIP44](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)).
12
13This is the default for a basic, normal, single-key client.
14
15Other types of clients can still get fancy and use other derivation paths for their own other purposes.