https://github.com/emschwartz/simple-simnet
Simple simnet environment for Lightning Daemon (lnd)
https://github.com/emschwartz/simple-simnet
Last synced: 4 months ago
JSON representation
Simple simnet environment for Lightning Daemon (lnd)
- Host: GitHub
- URL: https://github.com/emschwartz/simple-simnet
- Owner: emschwartz
- Created: 2017-07-28T17:03:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T13:38:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T10:36:23.330Z (4 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple simnet environment for LND
[LND](https://github.com/LightningNetwork/lnd) is Lightning Network Daemon
Sometimes you need a small working lnd network to test some stuff. This project is created for this.
1. Choose network that you want and go in respective folder.
1.1 If you want bitcoin
`$ cd bitcoin`1.2 OR if you want litecoin
`$ cd litecoin`2. Build it
`$ ./build.sh`
3. Start it
`$ ./ start.sh`
And you have docker container with 3 lnd running within it, with opened channels.