scripts: Rename wasmd chain -> launchpad

This commit is contained in:
willclarktech 2020-11-05 13:26:53 +01:00
parent c5c4b4330d
commit 36d7267efd
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
27 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Local Wasmd development network
# Local Launchpad development network with CosmWasm support
## Starting the blockchain
Run the following:
```
cd scripts/wasmd
cd scripts/launchpad
./start.sh && ./init.sh
```

View File

@ -2,4 +2,4 @@
REPOSITORY="cosmwasm/wasmd"
VERSION="v0.11.1"
CONTAINER_NAME="wasmd"
CONTAINER_NAME="launchpad"