Skip to content

Commit f8a995b

Browse files
committed
docs: minor update of README
1 parent 82df7ae commit f8a995b

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://app.netlify.com/sites/kleros-v2/deploys"><img src="https://api.netlify.com/api/v1/badges/86d94ae8-f655-46a4-a859-d68696173f3a/deploy-status" alt="Netlify Build Status"></a>
13-
<a href="https://app.netlify.com/sites/kleros-v2-university/deploys"><img src="https://api.netlify.com/api/v1/badges/085e1305-e434-4d36-91a4-88e8cbc3aa46/deploy-status" alt="Netlify Build Status"></a>
14-
<a href="https://www.gitpoap.io/gh/kleros/kleros-v2"><img src="https://public-api.gitpoap.io/v1/repo/kleros/kleros-v2/badge" alt="GitPoap badge"></a>
15-
</br>
1612
<a href="https://api.securityscorecards.dev/projects/github.com/kleros/kleros-v2"><img src="https://api.securityscorecards.dev/projects/github.com/kleros/kleros-v2/badge" alt="OpenSSF Scorecard"></a>
1713
<a href="https://sonarcloud.io/summary/new_code?id=kleros_kleros-v2"><img src="https://sonarcloud.io/api/project_badges/measure?project=kleros_kleros-v2&metric=security_rating" alt="Security Rating"></a>
1814
<a href="https://sonarcloud.io/summary/new_code?id=kleros_kleros-v2"><img src="https://sonarcloud.io/api/project_badges/measure?project=kleros_kleros-v2&metric=alert_status" alt="Quality Gate Status"></a>
@@ -24,6 +20,8 @@
2420
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits"></a>
2521
<a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="Commitizen Friendly"></a>
2622
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="Styled with Prettier"></a>
23+
</br>
24+
<a href="https://www.gitpoap.io/gh/kleros/kleros-v2"><img src="https://public-api.gitpoap.io/v1/repo/kleros/kleros-v2/badge" alt="GitPoap badge"></a>
2725
</p>
2826

2927
---
@@ -34,7 +32,7 @@
3432

3533
##### 🗃️ [Subgraph endpoints](subgraph/README.md#deployments)
3634

37-
##### ⚖️ [Web frontend](https://app.netlify.com/sites/kleros-v2/deploys)
35+
##### ⚖️ [Web frontend](web/README.md#court-deployments)
3836

3937
## Content
4038

web/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<p align="center">
2+
<b style="font-size: 32px;">Kleros Court v2</b>
3+
</p>
4+
5+
<p align="center">
6+
<a href="https://app.netlify.com/sites/kleros-v2-neo/deploys"><img src="https://api.netlify.com/api/v1/badges/46f40014-ff00-4a9a-a1a2-4fefeeb1606a/deploy-status" alt="Netlify Build Status"> Neo</a>
7+
</br>
8+
<a href="https://app.netlify.com/sites/kleros-v2-university/deploys"><img src="https://api.netlify.com/api/v1/badges/085e1305-e434-4d36-91a4-88e8cbc3aa46/deploy-status" alt="Netlify Build Status"> University</a>
9+
</br>
10+
<a href="https://app.netlify.com/sites/kleros-v2-testnet/deploys"><img src="https://api.netlify.com/api/v1/badges/86d94ae8-f655-46a4-a859-d68696173f3a/deploy-status" alt="Netlify Build Status"> Testnet / Devnet</a>
11+
</p>
12+
13+
## Court Deployments
14+
15+
| Court | URL | Environment | Network |
16+
| -------------------- | ------------------------------------------ | ----------- | ---------------- |
17+
| **Neo Court** | https://v2.kleros.builders | Production | Arbitrum One |
18+
| **University Court** | https://v2-university.kleros.builders | Staging | Arbitrum Sepolia |
19+
| **Testnet Court** | https://v2-testnet.kleros.builders | Staging | Arbitrum Sepolia |
20+
| **Devnet Court** | https://dev--kleros-v2-testnet.netlify.app | Staging | Arbitrum Sepolia |
21+
122
## Contributing
223

324
### Pre-Requisites

0 commit comments

Comments
 (0)