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.
 
 
 
 
 
 
Alexander Simmerl d321839669 wip: fix code block in ADR 7 years ago
..
_static [docs] provide means to have collapsible code blocks without adding a new theme 7 years ago
_templates [docs] provide means to have collapsible code blocks without adding a new theme 7 years ago
architecture wip: fix code block in ADR 6 years ago
assets docs: finish pull from tools 7 years ago
examples docs: update getting started [ci skip] 7 years ago
images docs: finish pull from tools 7 years ago
specification add seed_mode flag (`--p2p.seed_mode`) 6 years ago
.python-version Cleanup build and structure 7 years ago
Makefile Cleanup build and structure 7 years ago
README.md docs: logo, add readme, fixes 7 years ago
abci-cli.rst docs: add counter/dummy code snippets 7 years ago
app-architecture.rst docs: organize the directory, #656 7 years ago
app-development.rst do not enforce 1/3 validator power change 6 years ago
conf.py docs: add abci spec 7 years ago
deploy-testnets.rst Merge branch 'develop' into patch-1 7 years ago
ecosystem.rst docs: update ecosystem.rst (#1037) 7 years ago
getting-started.rst Merge pull request #1188 from ltfschoen/patch-1 6 years ago
how-to-read-logs.rst relative links [ci skip] 7 years ago
index.rst docs: add abci spec 7 years ago
install.rst Fix documentation typos 7 years ago
introduction.rst Fix documentation typos 7 years ago
requirements.txt docs: add sphinx Makefile & requirements 7 years ago
specification.rst docs: fix build warnings 7 years ago
using-tendermint.rst Merge branch 'develop' into patch-1 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.