bip21-site
bip21-site copied to clipboard
A website for tracking community support for BIP21 QR codes that support on-chain and lightning bitcoin payments.
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.