Add nip06 private key generation

This commit is contained in:
w3irdrobot
2023-03-10 14:02:43 -05:00
parent 1357b7a903
commit debc9566cc
10 changed files with 107 additions and 11 deletions

View File

@ -85,6 +85,11 @@ export const ZapperSpam = [
"e1ff3bfdd4e40315959b08b4fcc8245eaa514637e1d4ec2ae166b743341be1af", // benthecarman
];
/**
* NIP06-defined derivation path for private keys
*/
export const DerivationPath = "m/44'/1237'/0'/0/0";
/**
* Regex to match email address
*/