Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 965 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 965 Bytes

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