awesome-bolt12 icon indicating copy to clipboard operation
awesome-bolt12 copied to clipboard

A curated list of resources around BOLT12

Awesome BOLT12 ⚡ 🟣

Awesome

image

A curated list of resources around BOLT12

Contributions are welcome

About BOLT12

An "offer" has enough information for you to reach out and fetch a real invoice from the issuer, through the Lightning Network itself, just like it would send a payment: no web server needed. Your wallet then pays the actual invoice (or, if you scan an "invoice_request", your wallet sends an invoice which the vendor pays, as an ATM or refund would use).

This means that offers can be much smaller than invoices, and contain more information (currency, vendor name, quantity limits, blinded paths to reach the vendor).

Potential Use Case

  • Crowdfunding
  • Privacy with payments
  • Static QR
  • Simple QR Code

Resources

Articles

Ecosystem

Ecosystem around BOLT12 implementation

Lightning Implementations

  • LNDK - LNDK is a standalone daemon that connects to LND (via its grpc API) that aims to implement bolt 12 functionality externally to LND. LNDK leverages the lightning development kit to provide functionality, acting as a thin "shim" between LND's APIs and LDK's lightning library
  • Core Lightning - Lightning Network implementation focusing on spec compliance and performance
  • bolt12.dart - A dart implementation of lightning network BOLT12
  • Rust-Lightning - LDK/rust-lightning is a highly performant and flexible implementation of the Lightning Network protocol
  • Eclair - A scala implementation of the Lightning Network
  • Bolt 11 - Lightning BOLT11 implementation for Python
  • BOLT12 Address Support - BOLT12 Lightning Address Format
  • LDK Bindings for Garbage-Collected Languages - This repo contains an autogeneration system to generate LDK bindings for garbage-collected languages, currently including Java and TypeScript
  • Breez SDK - The Breez SDK enables mobile developers to integrate Lightning and bitcoin payments into their apps with a very shallow learning curve. The use cases are endless – from social apps that want to integrate tipping between users to content-creation apps interested in adding bitcoin monetization (Planned)
  • Lightning Network Daemon (LND) - The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. lnd has several pluggable back-end chain services including btcd (a full-node), bitcoind, and neutrino (a new experimental light client) (Planned)
  • BOLT12 PLayground by Strike - This Bolt 12 Playground provides a docker stack that comprises of bitcoind, LND, CLN, Eclair and LNDK. It connects everything together, initializes wallets, and creates channels between the nodes.
  • LDK Offer Parser Reproducer - Sample repository to reproduce ldk offer parser issues
  • LDK Node - A ready-to-go node implementation built using LDK.

Wallet

  • Spark wallet - A minimalistic wallet GUI for c-lightning (Core Lightning), accessible over the web or through mobile and desktop apps
  • Phoenix - Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments
  • Lexe Wallet - 24/7 Lightning wallet for payments
  • Firebolt - Bitcoin and Lightning wallet with Nostr, Lightning Network, Bitcoin, Coinjoin and Payjoin (Planned)
  • Mutiny Wallet - Non custodial Lightning wallet for browser (Planned)
  • Zeus - ZEUS is an open-source, self-custodial Bitcoin wallet that gives you full control over how you make payments
  • Breez Mobile Wallet - The Breez mobile app is a favorite of Lightning wizards and rookies alike. With a non-custodial Lightning node running on your mobile device (Planned)

Exchanges

  • Bitswap - AMM DEX over Lightning Network by RGB protocol (Planned)

Projects

Social Media

  • NIP-XXX - This NIP defines a new event type to communicate trade orders between Nostr relays and clients.

Contributors