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
Start default blockchain node
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