gudnuf / bolt12-prism

CLN plugin for lightning prisms using BOLT 12
15 stars 5 forks source link

Prism should have an 'owner' property. #57

Closed farscapian closed 7 months ago

farscapian commented 1 year ago

Sometimes, you may want to provide a commando-like command to a trusted third party (e.g., friend or blog partner) or application (e.g,. nostr client) that is capable of to creating and update prisms on remote core lightning instances. For example, if they are involved in semi-related bitcoin projects, they can individually issue Prisms on a production lightning node run by one of the members. Using these commands, they can add and edit prisms belonging only to them via the 'owner' property.

farscapian commented 1 year ago

You might consider storing the SHA256SUM(RUNE) as the owner_ID if possible.