scripts: Add basic simapp README

This commit is contained in:
willclarktech
2020-07-02 14:09:08 +02:00
parent 7a70763795
commit dbd7e992e9
+10
View File
@@ -0,0 +1,10 @@
# Local Simd development network
## Starting the blockchain
Run the following:
```
cd scripts/simapp
./start.sh
```