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
- Host: GitHub
- URL: https://github.com/ecency/hivexplorer
- Owner: ecency
- License: mit
- Created: 2022-07-04T12:07:05.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-17T14:26:32.000Z (almost 2 years ago)
- Last Synced: 2024-07-17T17:49:10.597Z (almost 2 years ago)
- Topics: blockchain, blockchain-explorer, ecency, hive
- Language: TypeScript
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```