cosmos-sdk/docs/guide/deployment.md
rigelrozanski c5f837c68e doc edits
go basics doc update

exposed comment
2017-02-19 13:56:00 -05:00

10 lines
406 B
Markdown

## Deployment
Up until this point, we have only been testing the code as a stand-alone abci app,
which is nice for developing, but it is no blockchain. Just a blockchain-ready application.
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.
**TODO** Maybe we link to a blog post for this???