Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 480 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 480 Bytes

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