Skip to content

LUD-16: Lightning Address #49

Description

@chill117

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' },
		],
	},
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

featureNew feature to be added

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions