Deprecated: use https://hub.docker.com/r/iov1/bcpd/ instead
This application illustrates integration of application logic with a blockchain solution, in this case tendermint.
Currently we only support latest tag
Note that this app relies on a separate tendermint process to drive it. It is helpful to first read a primer on tendermint as well as the documentation on the tendermint cli commands.
Maintained by: IOV One
Tendermint v0.21.0
docker volume create bov-volume
docker run -v bov-volume:/tmhome -it --rm iov1/tendermint:0.21.0 init --home /tmhome
docker run --rm -it -v bov-volume:/bovhome iov1/bov:latest -home=/bovhome init
docker run --rm -it -v bov-volume:/bovhome iov1/bov:latest -home=/bovhome start -bind=unix:///bovhome/app.sock
docker run -v bov-volume:/tmhome -p 46656:46656 -p 46657:46657 -it --rm iov1/tendermint:0.21.0 node --home /tmhome --proxy_app="unix:///tmhome/app.sock"
Consider using iov-core
Content type
Image
Digest
Size
5.2 MB
Last updated
about 8 years ago
docker pull iov1/bov