Skip to main content
For the complete documentation index, see llms.txt. A full-text snapshot is also available at llms-full.txt.

Hive DAO

A governance/proposal system for Hive blockchain

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

demo

Setup

1. Clone the repository

https://github.com/thisonedev/vault.git

2. Enter hive/hive-dao-vue directory

cd hive/hive-dao-vue

3. Install dependencies

npm install

Config

Please add the following api endpoints to your .env file (root folder):

VUE_APP_HIVE_MAINNET = https://api.openhive.network

Running a project

npm run dev

Building a project

npm run build