Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 706 Bytes

WooCommerce Plugin for Bitcoin Lightning

Plugin to accept Bitcoin Lightning payments at WooCommerce stores, using LND.

Installation

Requires PHP >= 5.6 and the php-curl and php-gd extensions.

  1. Setup a [LND] node (https://github.com/lightningnetwork/lnd).

  2. Get the Node server IP and macaroon key

  3. Install and enable the plugin on your WordPress installation.

  4. Under the WordPress administration panel, go to WooCommerce -> Settings -> Checkout -> Lightning and set LND endpoint.

  5. Upload LND tls.cert and invoice.macaroon.

The payment option should now be available in your checkout page.

License

MIT