Skip to content

LUD-16: Lightning Address #49

@chill117

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

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