Interact with Arbitrable apps built on top of Kleros Court

When you want to interact with an Arbitrable app that is using Kleros Court as an Arbitrator

There are as many ways to interact with an Arbitrable app as there are Arbitrable apps. We will not be able to list them all exhaustively here but we will try to give you some pointers.

Query the app subgraph API

If a Graph Protocol subgraph already exists for the application you want to read from, you can directly query its subgraph.

If no subgraph exists for the application you want to read from, you can request one to the Kleros team, or define and deploy one.

Interact directly with the app smart contracts

Check out the Kleros repository, Proof of Humanity repository, or Kleros-Integrated products repositories to consult the arbitrable apps smart contracts and understand how to interact directly with their setter and getter functions.

How to integrate with Kleros Arbitrable apps

Use the Archon library

Use the Archon Library Arbitrable package to read disputes, evidence, metaevidence, and ruling from arbitrable smart contracts.

Last updated