Replies (2)

dangershony's avatar
dangershony 5 months ago
To the user alok who asked about derivation in Angor Key Derivation Logic: The main engine for deriving the nsec is the method _derivationOperations.DeriveProjectNostrPrivateKey(words, project.ProjectInfo.FounderKey) (see e.g. View.razor#L1066-L1098), where: words = the wallet's mnemonic (seed phrase). project.ProjectInfo.FounderKey = the founder's public key unique to the project. This function combines these two inputs to derive the unique Nostr private key for that project.
โ†‘