This is a React app that aims to serve a UI to read data from an Aragon Court instance.
You can find the following deployed instances
To work locally, simply go to the root directory, and make sure you have set up a propoer .env
file following the .env.sample
file.
Once you have done that, spin up a docker container with:
docker-compose build
docker-compose up -d
This repo web3 configuration relies on a browser provider like Metamask. However, it doesn't require a browser connection to read data since it is mostly consumes Aragon Court's subgraph.