This also includes a refactor to POST /users (create user) where registration is done with a Nostr pubkey.
Goals:
[ ] maintain Lndhub.go functionality with multi-asset double-entry accounting (although fees are in the first asset)
[ ] move creation of a user behind a new router Group which contains an endpoint, that validates several NIP-01 (formerly NIP-12 custom tags) tags based on our Event.contentdriven actions
This also includes a refactor to
POST /users
(create user) where registration is done with a Nostr pubkey.Goals:
[ ] maintain Lndhub.go functionality with multi-asset double-entry accounting (although fees are in the first asset)
[ ] move creation of a user behind a new router
Group
which contains an endpoint, that validates several NIP-01 (formerly NIP-12 custom tags) tags based on ourEvent.content
driven actions