replace lightningpub with alby #8
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Asara/well-goknown!8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/replace_lightningpub_with_alby"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This acts as a bridge between your lightning address (using lnurlp well-known locations), and creates invoices on albyhub using NWC.
This requires the nwc connection string to exist within the DB so this is only useful for custodial wallets.
d1f8a241c0to98f897dde698f897dde6to6138df5ee0@ -0,0 +257,4 @@}secret.decodeSecret()json.Unmarshal([]byte(nwc.Nostr), &nwcNostr)doesn't Unmarshal return err value? Should that be buried here?
@ -0,0 +343,4 @@t := make(map[string][]string)t["e"] = []string{nwcEv.GetID()}filters = []nostr.Filter{//{delete?
@ -0,0 +410,4 @@response, err := nip04.Decrypt(evs[0].Content, sharedSecret)resStruct := MakeInvoiceResponse{}json.Unmarshal([]byte(response), &resStruct)ditto, possible err.
6138df5ee0to9d1f1ae54c