An open API service indexing awesome lists of open source software.

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.

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.