You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ethan Buchman ede4f818fd docs: update and clean up adr 7 years ago
..
architecture docs: update and clean up adr 7 years ago
assets fix 7 years ago
images try image 7 years ago
Makefile docs: logo, add readme, fixes 7 years ago
README.md docs: logo, add readme, fixes 7 years ago
abci-cli.rst docs: pretty-fy 7 years ago
app-architecture.rst docs: pretty-fy 7 years ago
app-development.rst docs: clean a bunch of stuff up 7 years ago
block-structure.rst docs: clean a bunch of stuff up 7 years ago
byzantine-consensus-algorithm.rst docs: clean a bunch of stuff up 7 years ago
conf.py docs: add conf.py 7 years ago
configuration.rst docs: organize the specification 7 years ago
deploy-testnets.rst Started expanding "automated deployments" 7 years ago
fast-sync.rst docs: organize the specification 7 years ago
genesis.rst docs: clean a bunch of stuff up 7 years ago
getting-started.rst docs: clean a bunch of stuff up 7 years ago
index.rst docs: give index a Tools section 7 years ago
install.rst fix 7 years ago
introduction.rst docs: link fixes 7 years ago
light-client-protocol.rst docs: clean a bunch of stuff up 7 years ago
merkle.rst docs: organize the specification 7 years ago
requirements.txt docs: add sphinx Makefile & requirements 7 years ago
rpc.rst docs: rpc docs to be slate, see #526, #629 7 years ago
secure-p2p.rst docs: clean a bunch of stuff up 7 years ago
specification.rst docs: clean a bunch of stuff up 7 years ago
using-tendermint.rst docs: pretty-fy 7 years ago
validators.rst docs: clean a bunch of stuff up 7 years ago
wire-protocol.rst docs: organize the specification 7 years ago

README.md

Here lies our documentation. After making edits, run:

pip install -r requirements.txt
make html

to build the docs locally then open the file _build/html/index.html in your browser.

WARNING: This documentation is intended to be viewed at:

https://tendermint.readthedocs.io

and may contain broken internal links when viewed from Github.