Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cosmos-docs-evm-upgrade-7.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The repository contains the specification (and the proofs) of the Tendermint consensus protocol, adopted in CometBFT.

How to install Latex on MacOS

MacTex is Latex distribution for MacOS. You can download it here. Popular IDE for Latex-based projects is TexStudio. It can be downloaded here.

How to build project

In order to compile the latex files (and write bibliography), execute $ pdflatex paper
$ bibtex paper
$ pdflatex paper
$ pdflatex paper
The generated file is paper.pdf. You can open it with $ open paper.pdf