Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 742 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 742 Bytes

BIP21 Microsite

This is a WIP microsite to promote the usage of a BIP21 payment URI QR code that can include lightning invoices or offers.

Wallet support

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.

Getting Started

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.