scripts: Add basic simapp README

This commit is contained in:
willclarktech 2020-07-02 12:51:59 +02:00
parent 7a70763795
commit dbd7e992e9
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

10
scripts/simapp/README.md Normal file
View File

@ -0,0 +1,10 @@
# Local Simd development network
## Starting the blockchain
Run the following:
```
cd scripts/simapp
./start.sh
```