cosmos-sdk/docs/guide/deployment.md

9 lines
472 B
Markdown
Raw Normal View History

2017-02-03 18:17:11 -08:00
## Deployment
2017-03-13 17:46:40 -07:00
Up until this point, we have only been testing the code as a blockchain with a single validator node running locally.
This is nice for developing, but it's not a real distributed application yet.
2017-02-03 18:17:11 -08:00
This section will demonstrate how to launch your basecoin-based application along
with a tendermint testnet and initialize the genesis block for fun and profit.
2017-03-13 17:46:40 -07:00
We do this using the [mintnet-kubernetes tool](https://github.com/tendermint/mintnet-kubernetes).