Zach Ramsay cf9d63628b | 6 years ago | |
---|---|---|
.. | ||
.gitignore | 7 years ago | |
Dockerfile | 6 years ago | |
Dockerfile.abci | 6 years ago | |
Dockerfile.develop | 6 years ago | |
Dockerfile.testing | 6 years ago | |
Makefile | 7 years ago | |
README.md | 6 years ago | |
build.sh | 7 years ago | |
push.sh | 7 years ago |
Dockerfile
links0.17.1
, latest
(Dockerfile)0.15.0
(Dockerfile)0.13.0
(Dockerfile)0.12.1
(Dockerfile)0.12.0
(Dockerfile)0.11.0
(Dockerfile)0.10.0
(Dockerfile)0.9.1
, 0.9
, (Dockerfile)0.9.0
(Dockerfile)0.8.0
, 0.8
(Dockerfile)develop
(Dockerfile)develop
tag points to the develop branch.
Where to get help: https://cosmos.network/community
Where to file issues: https://github.com/tendermint/tendermint/issues
Supported Docker versions: the latest release (down to 1.6 on a best-effort basis)
Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and securely replicates it on many machines.
For more background, see the introduction.
To get started developing applications, see the application developers guide.
kvstore
appA quick example of a built-in app and Tendermint core in one container.
docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint init
docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint node --proxy_app=kvstore
To run a 4-node network, see the Makefile
in the root of the repo and run:
make build-linux
make build-docker-localnode
make localnet-start
Note that this will build and use a different image than the ones provided here.
Contributions are most welcome! See the contributing file for more information.