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.
 
 
 
 
 
 
Vladislav Dmitriyev 7c22e47629 Replaced NodeInfo's pubkey to ID (#1443) 6 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 Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 6 years ago
assets docs: finish pull from tools 7 years ago
examples [docs] prefix IPs with node IDs 6 years ago
images docs: finish pull from tools 7 years ago
specification Replaced NodeInfo's pubkey to ID (#1443) 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 fix docs links & stuff (#1273) 6 years ago
app-architecture.rst docs: organize the directory, #656 7 years ago
app-development.rst rename dummy to kvstore (#1223) 6 years ago
conf.py docs: build updates 6 years ago
deploy-testnets.rst [docs] prefix IPs with node IDs 6 years ago
determinism.rst docs: add document 'On Determinism' 6 years ago
ecosystem.rst fix docs links & stuff (#1273) 6 years ago
getting-started.rst ditch glide 6 years ago
how-to-read-logs.rst Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
index.rst docs: build updates 6 years ago
install.rst ditch glide 6 years ago
introduction.rst Fix documentation typos 7 years ago
requirements.txt docs: add sphinx Makefile & requirements 7 years ago
specification.rst fix docs links & stuff (#1273) 6 years ago
using-tendermint.rst [docs] prefix IPs with node IDs 6 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.