diff --git a/docs/dvl/intro.md b/docs/dvl/intro.md index f227f32130..728489e476 100644 --- a/docs/dvl/intro.md +++ b/docs/dvl/intro.md @@ -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). \ No newline at end of file +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 | \ No newline at end of file diff --git a/docs/fr/eth.md b/docs/fr/eth.md index 159e4ec1b1..c8b68f4912 100644 --- a/docs/fr/eth.md +++ b/docs/fr/eth.md @@ -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. diff --git a/docs/fr/golang.md b/docs/fr/golang.md deleted file mode 100644 index 5bc5686805..0000000000 --- a/docs/fr/golang.md +++ /dev/null @@ -1,9 +0,0 @@ -# Golang resources - -* [The Go Programming Language](https://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing/dp/0134190440) \(Only recommended book\) -* [Ethereum Development with Go](https://goethereumbook.org) -* [How to Write Go Code](http://golang.org/doc/code.html) -* [The Go Programming Language Tour](http://tour.golang.org/) -* [Getting Started With Go](http://www.youtube.com/watch?v=2KmHtgtEZ1s) -* [Go Official Website](https://golang.org/) - diff --git a/docs/testnet.md b/docs/fr/testnet.md similarity index 88% rename from docs/testnet.md rename to docs/fr/testnet.md index f430d00a0b..d533c60095 100644 --- a/docs/testnet.md +++ b/docs/fr/testnet.md @@ -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 @@ -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 diff --git a/docs/int/Overview.md b/docs/int/Overview.md index 6be6a6061a..741b8a25cd 100644 --- a/docs/int/Overview.md +++ b/docs/int/Overview.md @@ -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 diff --git a/src/components/HomepageFeatures.tsx b/src/components/HomepageFeatures.tsx index 76f6c5905a..ab9d3cf597 100644 --- a/src/components/HomepageFeatures.tsx +++ b/src/components/HomepageFeatures.tsx @@ -24,7 +24,7 @@ const FeatureList: FeatureItem[] = [ alt: "Image copyright Turkkub, courtesy of the Noun Project", description: ( <> - The Distributed Validator Launchpad is + The Distributed Validator Launchpad is an interface to enable distributed key generation for Distributed Validators. @@ -37,8 +37,8 @@ const FeatureList: FeatureItem[] = [ alt: "Charon Distributed Validator Client Logomark", description: ( <> - Charon is a Distributed - Validator Client for running Ethereum validators in a fault tolerant manner. + Charon is a Distributed Validator + Client for running Ethereum validators in a fault tolerant manner. ), link: "/docs/charon/intro", @@ -49,23 +49,23 @@ const FeatureList: FeatureItem[] = [ alt: "Image courtesy of the Noun Project", description: ( <> - Obol Splits are - smart contracts for the distribution of rewards from Distributed Validators. + Obol Splits 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: ( <> - Obol Testnets 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{" "} + Open Beta. ), - link: "/docs/testnet", + link: "/docs/int/quickstart/quickstart-mainnet", }, ]; @@ -78,7 +78,7 @@ function Feature({ title, image, description, alt, link }: FeatureItem) {
- +

{title}