Skip to content

liuye20240304/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 73.4%
  • SCSS 26.3%
  • Other 0.3%