diff --git a/scripts/wasmd/README.md b/scripts/launchpad/README.md similarity index 98% rename from scripts/wasmd/README.md rename to scripts/launchpad/README.md index 1a151000..dc141b75 100644 --- a/scripts/wasmd/README.md +++ b/scripts/launchpad/README.md @@ -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 ``` diff --git a/scripts/wasmd/cli.sh b/scripts/launchpad/cli.sh similarity index 100% rename from scripts/wasmd/cli.sh rename to scripts/launchpad/cli.sh diff --git a/scripts/wasmd/contracts/checksums.sha256 b/scripts/launchpad/contracts/checksums.sha256 similarity index 100% rename from scripts/wasmd/contracts/checksums.sha256 rename to scripts/launchpad/contracts/checksums.sha256 diff --git a/scripts/wasmd/contracts/cw-nameservice.wasm b/scripts/launchpad/contracts/cw-nameservice.wasm similarity index 100% rename from scripts/wasmd/contracts/cw-nameservice.wasm rename to scripts/launchpad/contracts/cw-nameservice.wasm diff --git a/scripts/wasmd/contracts/cw_erc20.wasm b/scripts/launchpad/contracts/cw_erc20.wasm similarity index 100% rename from scripts/wasmd/contracts/cw_erc20.wasm rename to scripts/launchpad/contracts/cw_erc20.wasm diff --git a/scripts/wasmd/contracts/hackatom.wasm b/scripts/launchpad/contracts/hackatom.wasm similarity index 100% rename from scripts/wasmd/contracts/hackatom.wasm rename to scripts/launchpad/contracts/hackatom.wasm diff --git a/scripts/wasmd/deploy_erc20.js b/scripts/launchpad/deploy_erc20.js similarity index 100% rename from scripts/wasmd/deploy_erc20.js rename to scripts/launchpad/deploy_erc20.js diff --git a/scripts/wasmd/deploy_hackatom.js b/scripts/launchpad/deploy_hackatom.js similarity index 100% rename from scripts/wasmd/deploy_hackatom.js rename to scripts/launchpad/deploy_hackatom.js diff --git a/scripts/wasmd/deploy_nameservice.js b/scripts/launchpad/deploy_nameservice.js similarity index 100% rename from scripts/wasmd/deploy_nameservice.js rename to scripts/launchpad/deploy_nameservice.js diff --git a/scripts/wasmd/env b/scripts/launchpad/env similarity index 79% rename from scripts/wasmd/env rename to scripts/launchpad/env index 19858c5f..93cfe425 100644 --- a/scripts/wasmd/env +++ b/scripts/launchpad/env @@ -2,4 +2,4 @@ REPOSITORY="cosmwasm/wasmd" VERSION="v0.11.1" -CONTAINER_NAME="wasmd" +CONTAINER_NAME="launchpad" diff --git a/scripts/wasmd/generate_template.sh b/scripts/launchpad/generate_template.sh similarity index 100% rename from scripts/wasmd/generate_template.sh rename to scripts/launchpad/generate_template.sh diff --git a/scripts/wasmd/init.sh b/scripts/launchpad/init.sh similarity index 100% rename from scripts/wasmd/init.sh rename to scripts/launchpad/init.sh diff --git a/scripts/wasmd/manual_start.sh b/scripts/launchpad/manual_start.sh similarity index 100% rename from scripts/wasmd/manual_start.sh rename to scripts/launchpad/manual_start.sh diff --git a/scripts/wasmd/priv_validator_state.template.json b/scripts/launchpad/priv_validator_state.template.json similarity index 100% rename from scripts/wasmd/priv_validator_state.template.json rename to scripts/launchpad/priv_validator_state.template.json diff --git a/scripts/wasmd/send_first.js b/scripts/launchpad/send_first.js similarity index 100% rename from scripts/wasmd/send_first.js rename to scripts/launchpad/send_first.js diff --git a/scripts/wasmd/start.sh b/scripts/launchpad/start.sh similarity index 100% rename from scripts/wasmd/start.sh rename to scripts/launchpad/start.sh diff --git a/scripts/wasmd/stop.sh b/scripts/launchpad/stop.sh similarity index 100% rename from scripts/wasmd/stop.sh rename to scripts/launchpad/stop.sh diff --git a/scripts/wasmd/template/.wasmcli/cosmos1yfkkk04ve8a0sugj4fe6q6zxuvmvza8r5fhf0s.address b/scripts/launchpad/template/.wasmcli/cosmos1yfkkk04ve8a0sugj4fe6q6zxuvmvza8r5fhf0s.address similarity index 100% rename from scripts/wasmd/template/.wasmcli/cosmos1yfkkk04ve8a0sugj4fe6q6zxuvmvza8r5fhf0s.address rename to scripts/launchpad/template/.wasmcli/cosmos1yfkkk04ve8a0sugj4fe6q6zxuvmvza8r5fhf0s.address diff --git a/scripts/wasmd/template/.wasmcli/keyhash b/scripts/launchpad/template/.wasmcli/keyhash similarity index 100% rename from scripts/wasmd/template/.wasmcli/keyhash rename to scripts/launchpad/template/.wasmcli/keyhash diff --git a/scripts/wasmd/template/.wasmcli/validator.info b/scripts/launchpad/template/.wasmcli/validator.info similarity index 100% rename from scripts/wasmd/template/.wasmcli/validator.info rename to scripts/launchpad/template/.wasmcli/validator.info diff --git a/scripts/wasmd/template/.wasmd/config/app.toml b/scripts/launchpad/template/.wasmd/config/app.toml similarity index 100% rename from scripts/wasmd/template/.wasmd/config/app.toml rename to scripts/launchpad/template/.wasmd/config/app.toml diff --git a/scripts/wasmd/template/.wasmd/config/config.toml b/scripts/launchpad/template/.wasmd/config/config.toml similarity index 100% rename from scripts/wasmd/template/.wasmd/config/config.toml rename to scripts/launchpad/template/.wasmd/config/config.toml diff --git a/scripts/wasmd/template/.wasmd/config/genesis.json b/scripts/launchpad/template/.wasmd/config/genesis.json similarity index 100% rename from scripts/wasmd/template/.wasmd/config/genesis.json rename to scripts/launchpad/template/.wasmd/config/genesis.json diff --git a/scripts/wasmd/template/.wasmd/config/gentx/gentx-aaf7eb061829f888de02b377eeb64009317c330d.json b/scripts/launchpad/template/.wasmd/config/gentx/gentx-aaf7eb061829f888de02b377eeb64009317c330d.json similarity index 100% rename from scripts/wasmd/template/.wasmd/config/gentx/gentx-aaf7eb061829f888de02b377eeb64009317c330d.json rename to scripts/launchpad/template/.wasmd/config/gentx/gentx-aaf7eb061829f888de02b377eeb64009317c330d.json diff --git a/scripts/wasmd/template/.wasmd/config/node_key.json b/scripts/launchpad/template/.wasmd/config/node_key.json similarity index 100% rename from scripts/wasmd/template/.wasmd/config/node_key.json rename to scripts/launchpad/template/.wasmd/config/node_key.json diff --git a/scripts/wasmd/template/.wasmd/config/priv_validator_key.json b/scripts/launchpad/template/.wasmd/config/priv_validator_key.json similarity index 100% rename from scripts/wasmd/template/.wasmd/config/priv_validator_key.json rename to scripts/launchpad/template/.wasmd/config/priv_validator_key.json diff --git a/scripts/wasmd/template/.wasmd/data/priv_validator_state.json b/scripts/launchpad/template/.wasmd/data/priv_validator_state.json similarity index 100% rename from scripts/wasmd/template/.wasmd/data/priv_validator_state.json rename to scripts/launchpad/template/.wasmd/data/priv_validator_state.json