Govern Server
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 Discord or our technical forum!
How to query data
Govern Server is exposing a GraphQL API that lets you fetch data related to your Govern DAOs. Have a look at the Govern Server API documentation for the list of types and queries you can use.
Directory structure
Docker container
Build a docker container and expose server on http://localhost:3000:
Remove the container:
CI/CD
Github Actions workflow server-ci-cd.yml
builds and deploys a server container when creating v*
tags in the master
branch.
Deployments can be triggered using lerna:
Last updated