You can use our docker-compose.yml file to test the LightningPay clients with Lnd.
You just have to enter the command line :
docker-compose up
One the docker-compose is up, you have access to :
- LND : http://localhost:32736/ (No Macaroon authentication)
- C-Lightning : tcp://127.0.0.1:48532
- Eclair : http://localhost:4570/ (Password = "eclairpassword")
Thanks to BTCPayServer for the docker images and the original docker-compose.yml that you can find here.