Skip to content

Xurwi/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.5%
  • SCSS 43.0%
  • Other 0.5%