https://github.com/raid-guild/aragon-colony-app
A two way bridge between Aragon and Colony, marrying governance with reputation.
https://github.com/raid-guild/aragon-colony-app
Last synced: 9 months ago
JSON representation
A two way bridge between Aragon and Colony, marrying governance with reputation.
- Host: GitHub
- URL: https://github.com/raid-guild/aragon-colony-app
- Owner: raid-guild
- License: mit
- Created: 2020-05-01T01:15:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:22:11.000Z (over 3 years ago)
- Last Synced: 2025-04-05T03:16:09.298Z (about 1 year ago)
- Language: HTML
- Size: 11.3 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aragon Colony App
This currently is just the Aragon Colony App contract and scaffolding for the frontend of [Aragon Colonies](https://forum.aragon.org/t/aragon-colonies-experimentation/1873). Not ready for use!
## Running the app
To run the app in a browser with front end plus back end hot reloading, simply run `npm start`.
### Libraries
- [**@aragon/os**](https://github.com/aragon/aragonos): Aragon interfaces.
- [**@aragon/api**](https://github.com/aragon/aragon.js/tree/master/packages/aragon-api): Wrapper for Aragon application RPC.
- [**@aragon/ui**](https://github.com/aragon/aragon-ui): Aragon UI components (in React).
- [**@aragon/buidler-aragon**](https://github.com/aragon/buidler-aragon): Aragon Buidler plugin.