Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/confio/tgrade
- Owner: confio
- License: apache-2.0
- Created: 2021-03-04T21:51:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T15:17:59.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:28:01.779Z (4 months ago)
- Language: Go
- Size: 17.1 MB
- Stars: 31
- Watchers: 5
- Forks: 10
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ccamel - confio/tgrade - The Tgrade Blockchain Binary, based on the Cosmos SDK and wasmd (Go)
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).