1Hive / celeste-dashboard

1Hive's BrightID enabled dispute resolution protocol 🌞

Home Page:https://celeste.1hive.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celeste Dashboard

Celeste handles subjective disputes requiring judgment from human keepers.

  • πŸ“š Read the User Guide first, if you have any questions as a user.
  • πŸ“ Please report any issues and feedback in the 1Hive discord channels.
  • πŸ”§ For technical discussions, use this project's issues
  • πŸ“– To learn more about contributing to Celeste Dashboard, please check the contributing guide

Quick start

  • Install dependencies: yarn

  • Start the app: yarn start will launch the app, configured to connect to our Rinkeby deployment.

    For connecting to other chains / deployments, a few useful npm scripts are provided:

    • xDai: yarn start:xdai will launch the app, configured to connect to Celeste's xDai deployment
    • Local: yarn start:local will launch the app, configured to connect to the local devchain.

Other configuration options are also available.

Local development:

In order to start the dashboard locally, you will need to setup a few processes first.

  • Start ganache devchain
  • Deploy contracts to devchain
  • Deploy subgraph instance

For a detailed guide on how to achieve this, see more instructions here.

You can also setup the court services, which include some automation for penalty settlements and heartbeats.

To start populating Celeste with disputes, you can use the CLI tool.

Contributing

πŸ‘‹ Get started contributing with a good first issue.

Don't be shy to contribute even the smallest tweak. There are still some meteorites to be aware of, but we'll be here to help you get started!

For other details about contributing here, more information is available in the contributing guide.

Issues

If you come across an issue with the Celeste Dashboard, do a search in the Issues tab of this repo to make sure it hasn't been reported before. Follow these steps to help us prevent duplicate issues and unnecessary notifications going to the many people watching this repo:

  • If the issue you found has been reported and is still open, and the details match your issue, give a "thumbs up" to the relevant posts in the issue thread to signal that you have the same issue. No further action is required on your part.
  • If the issue you found has been reported and is still open, but the issue is missing some details, you can add a comment to the issue thread describing the additional details.
  • If the issue you found has been reported but has been closed, you can comment on the closed issue thread and ask to have the issue reopened because you are still experiencing the issue. Alternatively, you can open a new issue, reference the closed issue by number or link, and state that you are still experiencing the issue. Provide any additional details in your post so we can better understand the issue and how to fix it.

About

1Hive's BrightID enabled dispute resolution protocol 🌞

https://celeste.1hive.org

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 99.8%Language:HTML 0.2%