-
Notifications
You must be signed in to change notification settings - Fork 0
Home
WoompaLoompa edited this page Jul 22, 2026
·
6 revisions
Welcome to the medusa-plugin-bitcoin-lightning-via-clink wiki!
This plugin enables Bitcoin Lightning payments for MedusaJS eCommerce stores via the CLINK protocol.
- Getting Started - Installation and basic setup
- Configuration - All available options
- Subscriptions - Auto-renewal with nDebit
- Currency Sources - Exchange rate providers
- Troubleshooting - Common issues and fixes
- Contributing - How to contribute
- Changelog - Version history
- FAQ - Frequently asked questions
CLINK (Common Lightning Interface for Nostr Keys) is a protocol for Lightning Network payments that uses Nostr for transport. Unlike traditional methods, it doesn't require a web server for your Lightning node.
- β‘ Instant payments - Settled in seconds
- π Self-custodial - Your node, your funds
- π No server required - Uses Nostr relays
- π Privacy-preserving - Ephemeral keys for requests
npm install medusa-plugin-bitcoin-lightning-via-clink// medusa-config.ts
{
resolve: "medusa-plugin-bitcoin-lightning-via-clink",
id: "clink",
options: {
noffer: "noffer1...", // Your CLINK offer
currencySource: "coingecko"
}
}Go to Settings > Regions and enable Lightning (CLINK).
βββββββββββββββ βββββββββββββββ βββββββββββββββ
β Customer ββββββΆβ Storefront ββββββΆβ Medusa β
β (Wallet) βββββββ (QR Code) βββββββ (Plugin) β
βββββββββββββββ βββββββββββββββ βββββββββββββββ
β β
β Nostr β
ββββββββββββββββββββββ
β
ββββββββββββββββββββββ
β Merchant's Node β
β (Lightning.Pub) β
ββββββββββββββββββββββ
GPL-3.0