Skip to content

system-b/raito-lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raito-lightning

A lightning network explorer based on Django. Demo.

You will need bitcoind (https://github.com/bitcoin/bitcoin) and c-lightning (https://github.com/ElementsProject/lightning) running, fully synched.

INSTALL and RUN

git clone https://github.com/system-b/raito-lightning.git
cd raito-lightning/
virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt
vim backend/settings.py # change path to LIGHTNING_RPC and GEO_CITY_PATH for [geoip2-city](https://www.maxmind.com/en/geoip2-city)
./manage.py runserver 8080 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published