bitcoinjs / bolt11

A library for encoding and decoding lightning network payment requests as defined in BOLT #11.
MIT License
92 stars 64 forks source link

Created basic UI using bolt11 #41

Closed motorina0 closed 2 years ago

motorina0 commented 3 years ago

I have created a small web app that uses bolt11

You can find it here: https://bitcoincore.tech/apps/bolt11-ui/index.html

Github Repo: https://github.com/bitcoincoretech/bolt11-ui

I have created a short gif, but it should be fairly easy to use. It supports:

It includes the latest tags: payment secret, feature bits. Any feedback is appreciated!

bolt11

motorina0 commented 3 years ago

@junderw is it OK to add a Documentation section and provide a link to this UI on the README?