mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
* docs theme * vuepress-theme-cosmos * version bump * changes to docs * more code changes * sidebar order fix * moar changes * fixed dev sessions title * fixed dev sessions title, again * specs should show up in sidebar * contents cards * version bump * sidebar, rpc * version bump * custom footer and super naive search * version * minor change to vuepress * move swagger file * pre and post scripts * build * changed docs build process * added deployment config * updated versions file and added deployment filters
17 lines
346 B
Markdown
17 lines
346 B
Markdown
---
|
|
order: 1
|
|
parent:
|
|
title: Networks
|
|
order: 5
|
|
---
|
|
|
|
# Overview
|
|
|
|
Use [Docker Compose](./docker-compose.md) to spin up Tendermint testnets on your
|
|
local machine.
|
|
|
|
Use [Terraform and Ansible](./terraform-and-ansible.md) to deploy Tendermint
|
|
testnets to the cloud.
|
|
|
|
See the `tendermint testnet --help` command for more help initializing testnets.
|