Learn-by-doing / lightning-extension

A browser extension that let's you make payments directly to websites via the Lightning Network
GNU Affero General Public License v3.0
7 stars 5 forks source link

Lightning Extension

A browser extension that let's you make payments directly to websites via the Lightning Network.

Lightning Network is second layer payment network built on top of the Bitcoin blockchain. To learn more have a look at the following links:

Getting Started

Install dependencies:

npm install

Build the project:

npm run build

Run it in chrome

Go the the URL below in google chrome.

chrome://extensions/

Click the button Load unpacked extension and select the build folder.

Develop

Use prettier with VScode

If you want Prettier to help you by applying changes on save you have to change in File > Preferences > Settings and check the configuration: Editor: Format On Save.

LND

We are using the LND REST API