Skip to content

hbasria/lightning-rest

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

lightning-rest

Rest server for the lightningd daemon.

screenshot

Setup

Installing lightning-rest is easy, just execute the following in a terminal:

pip install lightning-rest

Run your local app!

python -m lightning_rest.server 8000 ~/.lightning/lightning-rpc

Run as docker container

docker run -it --rm -p 8000:8000 -v /path/to/lightning-rpc:/tmp/lightning-rpc siriuslabs/lightning-rest 8000 /tmp/lightning-rpc

View the lightning-rest app at localhost:8000

License: MIT

About

Rest server for the `lightningd` RPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published