upleb.uk

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

summaryrefslogtreecommitdiff
path: root/06.md
blob: c1e66fe8476cc648221420dc6fc1eb799b379860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NIP-06
======

Basic key derivation from mnemonic seed phrase
----------------------------------------------

`draft` `optional` `author:fiatjaf`

[BIP39](https://bips.xyz/39) is used to generate mnemonic seed words and derive a binary seed from them.

[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)).

This is the default for a basic, normal, single-key client.

Other types of clients can still get fancy and use other derivation paths for their own other purposes.