This is a WIP microsite to promote the usage of a BIP21 payment URI QR code that can include lightning invoices or offers.
See the Support table on this website. If you'd like to update the data in this table, you can edit the wallet.json
file in a PR or submit an issue.
To run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To build a static site for deployment:
npm run build
Then deploy the out
directory.