| cover | ../.gitbook/assets/libraries.jpg |
|---|---|
| coverY | 102.41447963800906 |
Optimized C library for EC operations on curve secp256k1. This library is intended to be the highest quality publicly available library for cryptography on the secp256k1 curve. However, the primary focus of its development has been for usage in the Bitcoin system and usage unlike Bitcoin's may be less well tested, verified, or suffer from a less well thought out interface. Correct usage requires some care and consideration that the library is fit for your application's purpose.
{% embed url="https://github.com/bitcoin-core/secp256k1" %}
Flutter library for the above Bitcoin Development Kit.
{% embed url="https://github.com/LtbLightning/bdk-flutter" %}
Scala-based Bitcoin library that provides tools and functionalities, including a robust API for building Bitcoin applications and platforms.
{% embed url="https://github.com/bitcoin-s/bitcoin-s" %}
Java-based library for Bitcoin applications, particularly well-suited for lightweight clients.
{% embed url="https://github.com/bitcoinj/bitcoinj" %}
JavaScript library for Bitcoin protocol, ideal for building Bitcoin-based client-side applications.
{% embed url="https://github.com/bitcoinjs/bitcoinjs-lib" %}
Minimalistic Python library designed for Bitcoin and Lightning protocol manipulation, aiming for ease of use and extensibility.
{% embed url="https://github.com/diybitcoinhardware/embit" %}
Sell digital files with Lightning.
{% embed url="https://github.com/ElementsProject/filebazaar" %}
A Flask REST API to generate lightning invoices and payment confirmations.
{% embed url="https://github.com/conscott/get-lightning-paid" %}
Golang based plugin for c-lightning
{% embed url="https://github.com/elementsproject/glightning" %}
PHP client for direct RPC-based access to the c-lightning daemon
{% embed url="https://github.com/microlancer/lightning-php" %}
LN node wrapper for c-lightning, eclair and LND (Python)
{% embed url="https://gitlab.com/inbitcoin/lighter" %}
A simple drop-in solution for accepting lightning payments (Javascript)
{% embed url="https://github.com/ElementsProject/lightning-charge" %}
JavaScript client for lightning-charge
{% embed url="https://github.com/ElementsProject/lightning-charge-client-js" %}
Lightning Integration Testing Framework
{% embed url="https://github.com/cdecker/lightning-integration" %}
Minimal QR-code-ready encoding for requesting lightning payments
{% embed url="https://github.com/rustyrussell/lightning-payencode" %}
Talk with a lightningd/c-lightning with minimal overhead and gjson responses.
{% embed url="https://github.com/fiatjaf/lightningd-gjson-rpc" %}
LND Integration API for Java
{% embed url="http://www.lightningj.org/" %}
Go middleware for monetizing APIs on a per-request basis with Lightning
{% embed url="https://github.com/philippgille/ln-paywall" %}
Lightning REST Service
{% embed url="https://github.com/philippgille/ln-paywall" %}
LND implementation of paypercall
{% embed url="https://github.com/michael1011/lncall" %}
Auto-generated LND RPC interface with Typescript type definition support
{% embed url="https://github.com/RadarTech/lnrpc" %}
A DNS seed for the Lightning Network
{% embed url="https://github.com/RadarTech/lnrpc" %}
Comprehensive Bitcoin library written in C# for the .NET framework.
{% embed url="https://github.com/MetacoSA/NBitcoin" %}
Charge for HTTP APIs on a pay-per-call basis with Bitcoin and Lightning
{% embed url="https://github.com/ElementsProject/paypercall" %}
A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning! LDK/rust-lightning is a highly performant and flexible implementation of the Lightning Network protocol. The primary crate, lightning, is runtime-agnostic. Data persistence, chain interactions, and networking can be provided by LDK's sample modules, or you may provide your own custom implementations.
{% embed url="https://github.com/lightningdevkit/rust-lightning" %}
A basic library for working with Taproot, Schnorr Signatures, and Bitcoin transactions.
{% embed url="https://github.com/cmdruid/tapscript" %}
WebLN is a library and set of specifications for lightning apps and client providers to facilitate communication between apps and users' lightning nodes in a secure way. It provides a programmatic, permissioned interface for letting applications ask users to send payments, generate invoices to receive payments, and much more.
Some WebLN client providers include
- Joule - a WebLN-enabled browser extension that uses your own node
- Alby - a versatile open-source browser extension for the Bitcoin Lightning Network
- BlueWallet - a mobile wallet with a WebLN browser
- kwh - A firefox/chrome extension for WebLN to your c-lightning node
- Blixt Wallet - a non-custodial open-source Lightning Wallet with a WebLN browser
{% embed url="https://webln.dev/#/" %}
A WooCommerce gateway for lightning payments
{% embed url="https://github.com/ElementsProject/woocommerce-gateway-lightning" %}
Lightning Publisher for WordPress.
{% embed url="https://github.com/ElementsProject/wordpress-lightning-publisher" %}