Simple simnet environment for LND
LND is Lightning Network Daemon
Sometimes you need a small working lnd network to test some stuff. This project is created for this.
-
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
-
Build it
$ ./build.sh
-
Start it
$ ./ start.sh
And you have docker container with 3 lnd running within it, with opened channels.