await webln.enable();
const invoice = await webln.makeInvoice({
amount: 1000,
});
I need to generate an invoice for a paywall on my site.
await webln.enable();
const invoice = await webln.makeInvoice({
amount: 1000,
});
I need to generate an invoice for a paywall on my site.
Copyright © 2021 Jogjafile Inc.