Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Apply lbm sdk v0.46.0-rc4 #30

Merged
merged 8 commits into from
Jul 12, 2022
Prev Previous commit
Next Next commit
doc: add README.md about simapp execution and initiation.
Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue committed Jul 4, 2022
commit f055a58ba641fca77ac5e1404ceb663441690091
18 changes: 18 additions & 0 deletions scripts/simapp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Local simd development network

## Starting the blockchain

Run the following:

```shell
cd scripts/simapp
./start.sh
```

## How to change and generate default genesis and configurations

1. change the docker image you want in the `./scripts/simapp/env` file.
2. cd `./scripts/simapp/template`.
3. execute `setup.sh docker`.
4. check the difference of `app.toml`, `client.toml`, `config.toml` and `genesis.json` in the `./script/simapp/template/.simapp/config` directory and select the code you want.