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 +```