Hive Apps Explorer
A blockchain explorer for Hive dapps
Hive Apps Explorer is a blockchain explorer for Hive dapps.

Setup
1. Clone the repository
https://github.com/thisonedev/vault.git2. Enter hive/hive-apps-explorer directory
cd hive/hive-apps-explorer3. Install dependencies
npm installConfig
Please add the following api endpoints to your .env file (root folder):
VITE_HIVE_MAINNET = 'https://api.openhive.network'
VITE_STEEMENGINE_API = 'https://api.steem-engine.com/rpc'Running a project
npm run devBuilding a project
npm run build