Skip to content

Commit

Permalink
Merge pull request #4 from SaveTheAles/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cyborgshead authored Dec 6, 2023
2 parents 2a1c47f + 1da7c44 commit 0744a85
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Localbostrom has the following advantages over a public testnet:
1. Run the following commands::

```sh
$ git clone https://github.com/SaveTheAles/localbostrom
$ git clone https://github.com/cybercongress/localbostrom
$ cd localbostrom
```

Expand Down Expand Up @@ -122,12 +122,6 @@ Out of the box, localbostrom comes preconfigured with opinionated settings such

You can modify the node configuration of your validator in the `config/config.toml` and `config/app.toml` files.

#### Pro tip: Speed Up Block Time

localbostrom is often used alongside a script written with Terra.js SDK or Terra Python SDK as a convenient way to do integration tests. You can greatly improve the experience by speeding up the block time.

To increase block time, edit the `[consensus]` parameters in the `config/config.toml` file, and specify your own values.

### Modifying cyberindex configuration

To modify cyberindex params - edit [config](./cyberindex/config.yaml), posgtres params could be altered in `docker-compose.yml`. Changing postgres params require container and `./cyberindex/postgres` folder termination and rebuild with:
Expand Down

0 comments on commit 0744a85

Please sign in to comment.