From dbd7e992e945974e768dd5ebd69bb5c904f327a4 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 2 Jul 2020 12:51:59 +0200 Subject: [PATCH] scripts: Add basic simapp README --- scripts/simapp/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/simapp/README.md diff --git a/scripts/simapp/README.md b/scripts/simapp/README.md new file mode 100644 index 00000000..63311c8f --- /dev/null +++ b/scripts/simapp/README.md @@ -0,0 +1,10 @@ +# Local Simd development network + +## Starting the blockchain + +Run the following: + +``` +cd scripts/simapp +./start.sh +```