Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 3 KB

README.md

File metadata and controls

50 lines (29 loc) · 3 KB

Talks and Micro Apps

Slides from Bitkarrot's past talks

Related articles

Referenced in talks

Alternative VPS Hosting options

LNBits Extensions and Related Repos

  • Decoder - An LNBits Extension for decoding invoices. see video

  • Scheduler - A LNBits Extension for automating any REST API call through cronjobs. see video

  • Lnbits-phoenixd - Run a super light, simple Lightning node (phoenixd) together with LNBits within Docker.

Microapps

  • NIP98 sample code - NIP98 client demo in vanilla js (API auth in another repo)

  • NpubLogin - Simple nostr login examples

  • Zaplist - A simple Nostr micro app that will Generate a grid of who sent you zaps, so you can add it to a blog or project page and thank them for their support. Inspired by contrib.rocks

  • PostaNota - A simple Nostr kind 1 posting app. No distractions, no nonsense, only posting to help you stay focused and efficient at producing content. https://postanota.hivetalk.org

  • Sendsats.to - A way to autogenerate a lightning invoice based on a lightning address.

  • LNBits - Simple Registration Form with LNBits pay button + Airtable - Similar to BTCPay button but automatically generates an invoice.

  • LNBits - SatsPaySession - This micro app delivers a custom Invoice amount from the SatsPayExtension fron LNbits through a static link.

  • LNBits - LaiseeBot - Experimental 2021 Gift cards for CNY Red Envelopes delivered through a telegram bot. (This app now retired)

Libraries

  • pylnbits - A python library that consumes the LNbits API and some extensions. Useful for quickly writing multi user applications. Some uses cases include AI bot or telegram bot.