diff options
| author | fiatjaf <faitjaf@gmail.com> | 2022-05-01 07:48:57 -0300 |
|---|---|---|
| committer | fiatjaf <faitjaf@gmail.com> | 2022-05-01 07:48:57 -0300 |
| commit | f25c7e672c23ca5463fa5c0fcb5e5f424d956862 (patch) | |
| tree | 597462ec02ed56ef53f268279a31f62edd3f37eb /06.md | |
migrate nips from main nostr repo.
Diffstat (limited to '06.md')
| -rw-r--r-- | 06.md | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -0,0 +1,15 @@ | |||
| 1 | NIP-06 | ||
| 2 | ====== | ||
| 3 | |||
| 4 | Basic 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 | |||
| 13 | This is the default for a basic, normal, single-key client. | ||
| 14 | |||
| 15 | Other types of clients can still get fancy and use other derivation paths for their own other purposes. | ||