https://github.com/digixglobal/governance-ui-components
Governance UI reusable components library
https://github.com/digixglobal/governance-ui-components
Last synced: 2 months ago
JSON representation
Governance UI reusable components library
- Host: GitHub
- URL: https://github.com/digixglobal/governance-ui-components
- Owner: DigixGlobal
- License: other
- Created: 2018-09-25T01:43:10.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-28T08:32:06.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T16:15:12.027Z (about 1 year ago)
- Language: JavaScript
- Size: 4.85 MB
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Governance DAO
This repository handles the frontend for
[Digix Governance](https://community.digix.global/#/).## Getting Started
### PrerequisitesPlease clone and set up the following repositories to run the whole DAO system:
- [dao-contracts](https://github.com/DigixGlobal/dao-contracts): contains the
blockchain contracts
- [dao-server](https://github.com/DigixGlobal/dao-server): runs the KYC and
non-blockchain-related data
- [info-server](https://github.com/DigixGlobal/info-server): IPFS and
blockchain-related data
- [governance-ui](https://github.com/DigixGlobal/governance-ui): responsible for
loading the wallet and running the whole frontend system.
`governance-ui-components` is considered a dependency of this repository### Installation
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`.## Development Guidelines
Please visit out [wiki](https://github.com/DigixGlobal/governance-ui-components/wiki) for more information on how to contribute to this project.
## License
Copyright DIGIXGLOBAL PRIVATE LIMITED
The code in this repository is licensed under the
[BSD-3 Clause](https://opensource.org/licenses/BSD-3-Clause), 2017