An open API service indexing awesome lists of open source software.

https://github.com/ecency/hivexplorer

Explorer for Hive https://hivexplorer.com
https://github.com/ecency/hivexplorer

blockchain blockchain-explorer ecency hive

Last synced: 6 months ago
JSON representation

Explorer for Hive https://hivexplorer.com

Awesome Lists containing this project

README

          

# Hivexplorer

Hive blockchain explorer built with <3 by [Ecency team](https://ecency.com)

## How to start development instance

Clone the project

```bash
cd hivexplorer
yarn
yarn start
```

## Deploy production

```bash
yarn
yarn build
yarn start:prod
```

## Docker deploy

You can use docker files to deploy instance on your own server.

```bash
docker pull ecency/hivexplorer:latest
docker stack deploy -c docker-compose.yml -c docker-compose.production.yml hivexplorer
```