chill117 / lnurl-node

Flexible lnurl server implementation with API and CLI implemented in nodejs.
MIT License
97 stars 26 forks source link

LUD-16: Lightning Address #49

Open chill117 opened 2 years ago

chill117 commented 2 years ago

Add support for LUD-16 Lightning Address

Possible new server options:

{
    lightningAddress: {
        // Whether or not to accept payments to any user.
        // Setting this to FALSE will reject payments if a user was not found.
        catchAll: true,
        // Optionally define an array of users for which to accept payments.
        // "username" must be unique.
        users: [
            // { username: 'example' },
            // { username: 'another-user' },
        ],
    },
}
danielcharrua commented 1 year ago

this issue is under development or something? Thx