Install TinyChain
Install the TinyChain host software
Client
Host
Easy install
# build the Dockerfile from the GitHub repo, then run a new container with TinyChain listening on host port 8702
# the "-it" option also opens an interactive terminal
docker run -it -p 8702:8702/tcp $(docker build https://github.com/haydnv/tinychain.git -q) ./tinychain --data_dir=/tmp/dataAutomatic install (Ubuntu)
curl https://raw.githubusercontent.com/haydnv/tinychain/master/bin/install.sh -sSf | bashManual install
systemd configuration
Last updated
Was this helpful?