From 7035420a00da7cf308f87ad99f13ed96a519d49f Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 23 Nov 2021 09:46:12 -0800 Subject: [PATCH] Add local regtest network setup tutorial --- docs/tutorials/regtest-net.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/tutorials/regtest-net.md diff --git a/docs/tutorials/regtest-net.md b/docs/tutorials/regtest-net.md new file mode 100644 index 0000000000..af42920a86 --- /dev/null +++ b/docs/tutorials/regtest-net.md @@ -0,0 +1,6 @@ +# Local REGTEST Network Setup + +## Introduction + +To manually test `bdk` based apps such as the `bdk-cli` tool it is useful to have a local REGTEST +network setup.