Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/confio/tgrade

The Tgrade Blockchain Binary, based on the Cosmos SDK and wasmd
https://github.com/confio/tgrade

Last synced: about 1 month ago
JSON representation

The Tgrade Blockchain Binary, based on the Cosmos SDK and wasmd

Awesome Lists containing this project

README

        

# Tgrade

## Development

### Local testnet
* Install
```sh
make install
```
* Setup network
```sh
tgrade testnet --chain-id=testing --output-dir=$(pwd)/testnet --v=2 --keyring-backend=test --commit-timeout=1500ms --minimum-gas-prices=""
```
* Start a validator node
```sh
tgrade start --home=./testnet/node0/tgrade
```

## License

Apache 2.0, see [LICENSE](./LICENSE) and [NOTICE](./NOTICE).