This repository handles the frontend for Digix Governance.
Please clone and set up the following repositories to run the whole DAO system:
- dao-contracts: contains the blockchain contracts
- dao-server: runs the KYC and non-blockchain-related data
- info-server: IPFS and blockchain-related data
- governance-ui: responsible for
loading the wallet and running the whole frontend system.
governance-ui-components
is considered a dependency of this repository
For this repository, simply install all the necessary npm packages with npm i
.
Once all these systems have been set up, you can run the DAO frontend system by
running npm run start
in governance-ui
. You can view the site at
https://localhost:3000
.
Please visit out wiki for more information on how to contribute to this project.
Copyright DIGIXGLOBAL PRIVATE LIMITED
The code in this repository is licensed under the BSD-3 Clause, 2017