Skip to content

ecency/hivexplorer

Repository files navigation

Hivexplorer

Hive blockchain explorer built with <3 by Ecency team

How to start development instance

Clone the project

cd hivexplorer
yarn
yarn start

Deploy production

yarn
yarn build
yarn start:prod

Docker deploy

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