Hive DAO
A governance/proposal system for Hive blockchain
Hive DAO is a governance/proposal system for Hive blockchain.

Setup
1. Clone the repository
https://github.com/thisonedev/vault.git2. Enter hive/hive-dao-vue directory
cd hive/hive-dao-vue3. Install dependencies
npm installConfig
Please add the following api endpoints to your .env file (root folder):
VUE_APP_HIVE_MAINNET = https://api.openhive.networkRunning a project
npm run devBuilding a project
npm run build