Skip to content

Commit 099e31c

Browse files
jrag0xgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent d88cb03 commit 099e31c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

integrations/types-of-integrations/interacting-with-arbitrable-app.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,27 @@ There are as many ways to interact with an `Arbitrable` app as there are Arbitra
1212

1313
If a [Graph Protocol](https://thegraph.com/) subgraph already exists for the application you want to read from, you can directly [query its subgraph](https://thegraph.com/docs/query-the-graph).
1414

15-
* [Kleros Tokens \(Mainnet\) subgraph](https://thegraph.com/explorer/subgraph/kleros/t2cr)
15+
{% hint style="info" %}
16+
**Kleros Arbitrable apps subgraphs**
17+
18+
* \*\*\*\*[Kleros Tokens \(Mainnet\) subgraph](https://thegraph.com/explorer/subgraph/kleros/t2cr)
1619
* [Kleros Curate \(Mainnet\) subgraph](https://thegraph.com/explorer/subgraph/kleros/curate)
1720
* [Kleros Curate \(Rinkeby\) subgraph](https://thegraph.com/explorer/subgraph/kleros/curate-rinkeby)
1821
* [Proof of Humanity \(Mainnet\) subgraph](https://thegraph.com/explorer/subgraph/kleros/proof-of-humanity-mainnet)
1922
* [Proof of Humanity \(Kovan\) subgraph](https://thegraph.com/explorer/subgraph/epiqueras/proof-of-humanity-kovan)
23+
{% endhint %}
2024

2125
If no subgraph exists for the application you want to read from, you can request one to the Kleros team, or [define ](https://thegraph.com/docs/define-a-subgraph)and [deploy](https://thegraph.com/docs/deploy-a-subgraph) one.
2226

2327
## Interact directly with the app smart contracts
2428

25-
Check out 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.
29+
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.
30+
31+
{% hint style="info" %}
32+
**How to integrate with Kleros Arbitrable apps**
33+
34+
* Kleros Tokens [Technical Documentation](https://t2cr-docs.readthedocs.io/en/latest/deep-dive/#introduction) or list in [Token Lists](https://tokenlists.org/token-list?url=t2crtokens.eth)
35+
{% endhint %}
2636

2737
## Use the Archon library
2838

0 commit comments

Comments
 (0)