*Hubble Scan Server that checks blocks of Burrow Blockchain and saves them in Postgre database.
You need to make sure you have install Go (version 1.10.1 or higher) and postgre. After installing them, import HubbleScan.sql from script folder into postgre to create database and then you can follow these steps to compile and build the project:
mkdir -p $GOPATH/src/github.com/hubbleServer
cd $GOPATH/src/github.com/hubbleServer
git clone https://github.com/BurrowBlocks.git .
make