Angor Community Call begins in 45 mins! Join us ๐ฃ๏ธ
Link ๐: https://meet.fulmo.org/angor
Login to reply
Replies (2)
We'll be live at the Angor community call in 15 mins. Learn more about Penlock and ask your questions directly to us! ๐
View quoted note โ
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.