Skip to content

Commit

Permalink
Change up testnet framing, highlight beta
Browse files Browse the repository at this point in the history
  • Loading branch information
OisinKyne committed Dec 13, 2023
1 parent cd1fce8 commit c520d71
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 27 deletions.
11 changes: 10 additions & 1 deletion docs/dvl/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@ To facilitate the generation of distributed validator keys amongst remote users

## Getting started

For more information on running charon in a UI friendly way through the DV Launchpad, take a look at our [Quickstart Guides](docs/int/quickstart/index.md).
For more information on running charon in a UI friendly way through the DV Launchpad, take a look at our [Quickstart Guides](docs/int/quickstart/index.md).

## DV Launchpad Links

| Ethereum Network | Launchpad |
|--------------|-------------------------------------|
| Mainnet | https://beta.launchpad.obol.tech |
| Holesky | https://holesky.launchpad.obol.tech |
| Sepolia | https://sepolia.launchpad.obol.tech |
| Goerli | https://goerli.launchpad.obol.tech |
5 changes: 5 additions & 0 deletions docs/fr/eth.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 1
description: Ethereum and its relationship with DVT
---

# Ethereum and its Relationship with DVT

Our goal for this page is to equip you with the foundational knowledge needed to actively contribute to the advancement of Obol while also directing you to valuable Ethereum and DVT related resources. Additionally, we will shed light on the intersection of DVT and Ethereum, offering curated articles and blog posts to enhance your understanding.
Expand Down
9 changes: 0 additions & 9 deletions docs/fr/golang.md

This file was deleted.

18 changes: 12 additions & 6 deletions docs/testnet.md → docs/fr/testnet.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
---
sidebar_position: 6
description: Obol testnets roadmap
sidebar_position: 2
description: Community testing efforts
---

# Testnets
# Community Testing

:::tip

This page looks at the community testing efforts organised by Obol to test Distributed Validators at scale. If you are looking for guides to run a Distributed Validator on testnet you can do so [here](../int/quickstart/index.md).

:::

Over the coming quarters, Obol Labs has and will continue to coordinate and host a number of progressively larger testnets to help harden the Charon client and iterate on the key generation tooling.
Over the last number of years, Obol Labs has coordinated and hosted a number of progressively larger testnets to help harden the Charon client and iterate on the key generation tooling.

The following is a breakdown of the intended testnet roadmap, the features that are to be completed by each testnet, and their target start date and duration.
The following is a breakdown of the testnet roadmap, the features that were to be completed by each testnet, and their completion date and duration.

# Testnets

Expand Down Expand Up @@ -101,7 +107,7 @@ This testnet is also important for learning the conditions Charon will be subjec

**Network:** Görli

**Target Completed date:** March 2023
**Completed date:** March 2023

**Duration:** 2 weeks cluster setup, 4-8 weeks operation

Expand Down
2 changes: 1 addition & 1 deletion docs/int/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Obol Network consists of four core public goods:
- The [Distributed Validator Launchpad](../dvl/intro), a [User Interface](https://goerli.launchpad.obol.tech/) for bootstrapping Distributed Validators
- [Charon](../charon/intro), a middleware client that enables validators to run in a fault-tolerant, distributed manner
- [Obol Splits](../sc/introducing-obol-splits.md), a set of solidity smart contracts for the distribution of rewards from Distributed Validators
- [Obol Testnets](../testnet.md), a set of on-going public incentivized testnets that enable any sized operator to test their deployment before serving for the mainnet Obol Network
- [Obol Testnets](../fr/testnet.md), distributed valdiator infrastructure for Ethereum public test networks, to enable any sized operator to test their deployment before running Distributed Validators on mainnet.

### Sustainable Public Goods

Expand Down
20 changes: 10 additions & 10 deletions src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const FeatureList: FeatureItem[] = [
alt: "Image copyright Turkkub, courtesy of the Noun Project",
description: (
<>
The <Link to="/docs/dvl/intro">Distributed Validator Launchpad</Link> is
The <Link to="/docs/dvl/intro">Distributed Validator Launchpad</Link> is
an interface to enable distributed key generation for Distributed
Validators.
</>
Expand All @@ -37,8 +37,8 @@ const FeatureList: FeatureItem[] = [
alt: "Charon Distributed Validator Client Logomark",
description: (
<>
<Link to="/docs/charon/intro">Charon</Link> is a Distributed
Validator Client for running Ethereum validators in a fault tolerant manner.
<Link to="/docs/charon/intro">Charon</Link> is a Distributed Validator
Client for running Ethereum validators in a fault tolerant manner.
</>
),
link: "/docs/charon/intro",
Expand All @@ -49,23 +49,23 @@ const FeatureList: FeatureItem[] = [
alt: "Image courtesy of the Noun Project",
description: (
<>
<Link to="/docs/sc/introducing-obol-splits">Obol Splits</Link> are
smart contracts for the distribution of rewards from Distributed Validators.
<Link to="/docs/sc/introducing-obol-splits">Obol Splits</Link> are smart
contracts for the distribution of rewards from Distributed Validators.
</>
),
link: "/docs/sc/introducing-obol-splits",
},
{
title: "Join the Upcoming Testnets",
title: "Take part in Beta",
image: "/img/noun_laboratory.png",
alt: "Image courtesy of the Noun Project",
description: (
<>
<Link to="/docs/testnet">Obol Testnets</Link> are being
organised to develop the Charon client and to seed a distributed community of Operators.
You can run one Distributed Validator on mainnet as part of Obol's{" "}
<Link to="https://blog.obol.tech/mainnet-open-beta-launch-blog/">Open Beta.</Link>
</>
),
link: "/docs/testnet",
link: "/docs/int/quickstart/quickstart-mainnet",
},
];

Expand All @@ -78,7 +78,7 @@ function Feature({ title, image, description, alt, link }: FeatureItem) {
</div>
</Link>
<div className="text--center padding-horiz--md">
<Link to={link} style={{ textDecoration: "none" }}>
<Link to={link} style={{ textDecoration: "none" }}>
<div className="text--center--title">
<h3>{title}</h3>
</div>
Expand Down

0 comments on commit c520d71

Please sign in to comment.