Skip to content

Repository files navigation

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

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages