Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kleros/kleros-v2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10841e864571eb3aa9dff575a3e063cce43281a9
Choose a base ref
..
head repository: kleros/kleros-v2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f991b03976d9f86916d6e035fe724e3736cf541
Choose a head ref
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Default
* @kleros/maintainers-court-v2-frontend
contracts @jaybuidl

# Owned by everyone
yarn.lock @kleros/devs
.gitignore @kleros/devs
37 changes: 0 additions & 37 deletions .github/workflows/dependabot-automerge.yml

This file was deleted.

12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -39,22 +39,12 @@
| Package | Description |
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **[bots](/bots)** | Automation of the on-chain upkeep of the smart contracts. Anyone willing to spend some gas may run these bots and contribute to the upkeep operations. |
| **[bot-pinner](/bot-pinner)** | Replication and pinning of the IPFS content produced by the court, such as the pieces of evidence submitted in a case. |
| **[contracts](/contracts)** | Smart contracts of the arbitration protocol. |
| **[kleros-app](/kleros-app)** | Library of React hooks and utilities shared by the Kleros frontend apps. |
| **[kleros-sdk](/kleros-sdk)** | SDK which facilitates the creation of arbitrable applications, the interactions with the arbitrator, the rendering of the dispute and evidence information. |
| **[subgraph](/subgraph)** | The indexing layer. |
| **[web](/web)** | The court frontend intended for the jurors and parties in a dispute. |

## Toolchain:

- Solidity 0.8
- Hardhat
- Ethers
- Waffle
- Typescript
- Node 16
- Yarn 3 without [PlugnPlay](https://yarnpkg.com/getting-started/migration/#switching-to-plugnplay)

## Contributing

### Prerequisites
24 changes: 0 additions & 24 deletions bot-pinner/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions bot-pinner/Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions bot-pinner/Dockerfile-dappnode

This file was deleted.

87 changes: 0 additions & 87 deletions bot-pinner/README.md

This file was deleted.

Binary file removed bot-pinner/avatar-default.png
Binary file not shown.
27 changes: 0 additions & 27 deletions bot-pinner/dappnode_package.json

This file was deleted.

17 changes: 0 additions & 17 deletions bot-pinner/docker-compose-dappnode.yml

This file was deleted.

27 changes: 0 additions & 27 deletions bot-pinner/docker-compose.yml

This file was deleted.

Binary file removed bot-pinner/docs/image.png
Binary file not shown.
23 changes: 0 additions & 23 deletions bot-pinner/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions bot-pinner/requirements.txt

This file was deleted.

Loading