From fea9e3e7d8027fe81a5e383b610584dbdbf2903c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 19 Mar 2021 18:28:44 +0100 Subject: [PATCH] README: add section describing the regtest Loop server --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4ae5197..17f8474 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ problems. Community support is also available in the [LND Slack](https://lightning.engineering/slack.html) . +### Regtest Loop server + +To get started with local development against a stripped down dummy Loop server +running in a local `regtest` Bitcoin network, take a look at the +[`regtest` server environment example documentation](./regtest/README.md). + ## Setup and Install LND and the loop client are using Go modules. Make sure that the `GO111MODULE`