You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

603 B

NIP-06

Basic key derivation from mnemonic seed phrase

draft optional author:fiatjaf

BIP39 is used to generate mnemonic seed words and derive a binary seed from them.

BIP32 is used to derive the path m/44'/1237'/0'/0/0 (according to the Nostr entry on SLIP44).

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.