Getting started

Get up and running quickly with Govern as a Developer.

circle-info

The Govern project consists of several sub-projects interacting with each other. The Aragon Govern product can be found here: https://govern.aragon.org/arrow-up-right

Contracts

The contracts are split in two projects: erc3k (the interfaces defining the ERC3000 standard), and govern-core (the Aragon Govern contracts, implementing ERC3000).

Relevant packages:

Govern Console

The Aragon Govern Console is a no-frills, forkable, extensible power user / developer UI tool for interacting with and visualizing low level information about Govern DAOs.

The Aragon Govern Console

Relevant packages:

Govern Server and Govern.js

Govern Server acts as a central point, fetching data from different sources (Ethereum, the Govern subgraph, IPFS) and providing it as a unified API to consumers.

You can use it through the Govern.js library, or through its GraphQL API. It is powered by The Grapharrow-up-right.

Govern Server and how it relates to the other projects

Relevant packages:

{% hint style="danger" %} WARNING

Aragon Govern is beta software which is NOT MAINTAINED anymore. It's a really cool product though with innovative and nifty smart contracts. So although you might run into an error 🐲 here and there, the documentation is definitely worth the read and the play!

And welcome to connect with us through Discordarrow-up-right or our technical forumarrow-up-right! {% endhint %}

Run Aragon Govern Console locally:

{% hint style="danger" %} The recommended Node version to run this is: node v14. You might run into unwanted errors with a lower or higher version. {% endhint %}

Start by cloning the Govern repository on your local machine:

The continue by bootstrapping the entire monorepo with yarn:

triangle-exclamation

This will install all needed dependencies, and link all packages together to make sure you're using the local version of each one. Now it's time to install dependencies of the @aragon/govern package and to create a build:

Now we are prepared to give Govern Console a run:

triangle-exclamation

Now we are really ready to spin up the @aragon/govern-console package:

circle-check

Last updated

Was this helpful?