Anton Kaliaev 48638eaa20 | 7 years ago | |
---|---|---|
.. | ||
Dockerfile | 7 years ago | |
Dockerfile.develop | 7 years ago | |
Makefile | 7 years ago | |
README.md | 7 years ago | |
build.sh | 7 years ago | |
push.sh | 7 years ago |
Dockerfile
links0.15.0
, latest
(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://tendermint.com/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.
dummy
appA very simple 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=dummy
If you want to see many containers talking to each other, consider using mintnet-kubernetes, which is a tool for running Tendermint-based applications on a Kubernetes cluster.
View license information for the software contained in this image.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.