Installation
Install Docker
Linux
https://docs.docker.com/install/linux/docker-ce/ubuntu/
Windows
https://docs.docker.com/docker-for-windows/install/
Mac OS
https://docs.docker.com/docker-for-mac/install/
Install docker-compose
https://docs.docker.com/compose/install/
Install Bloqly Quickstart image
Clone git repository
git clone https://bitbucket.org/bloqly/bloqly-quickstart.git
cd ./bloqly-quickstart
Start default blockchain node
BLOQLY_HOME=. ./start.sh
Note that it takes some time to download docker images for the first time and start a node.
Navigate browser to http://localhost:8082
You will be able to see blockchain explorer and list of the last blocks, created every second.

Last updated
Was this helpful?