Hive blockchain explorer built with <3 by Ecency team
Clone the project
cd hivexplorer
yarn
yarn start
yarn
yarn build
yarn start:prod
You can use docker files to deploy instance on your own server.
docker pull ecency/hivexplorer:latest
docker stack deploy -c docker-compose.yml -c docker-compose.production.yml hivexplorer