10 lines
406 B
Markdown
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???
|