Adapt scripts, config, docs to new folder name ./scripts/wasmd/

This commit is contained in:
Simon Warta
2020-02-17 15:31:07 +01:00
parent 28f5cb643f
commit a22a201fe7
5 changed files with 11 additions and 9 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
# Local Cosmos test network
# Local Wasmd development network
## Starting the blockchain
Run the following:
```
cd scripts/wasmd
./start.sh && ./init.sh
```