From 4a963423ca681b5041ad94cea2844dde3762de3b Mon Sep 17 00:00:00 2001 From: pscott <30843220+pscott@users.noreply.github.com> Date: Thu, 23 Jan 2020 12:27:38 +0400 Subject: [PATCH] Make docs clearer regarding local vs public testnets (#823) * Clear docs regarding local vs public testnets * Rename private to local --- book/src/SUMMARY.md | 2 +- book/src/{testnets.md => local-testnets.md} | 5 ++++- book/src/simple-testnet.md | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) rename book/src/{testnets.md => local-testnets.md} (95%) diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index df027e1b0..0126fe714 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -7,8 +7,8 @@ * [Installation](./installation.md) * [Docker](./docker.md) * [CLI](./cli.md) - * [Testnets](./testnets.md) * [Simple Local Testnet](./simple-testnet.md) + * [Local Testnets](./local-testnets.md) * [API](./api.md) * [HTTP (RESTful JSON)](./http.md) * [/beacon](./http_beacon.md) diff --git a/book/src/testnets.md b/book/src/local-testnets.md similarity index 95% rename from book/src/testnets.md rename to book/src/local-testnets.md index a46016be4..39a5d024b 100644 --- a/book/src/testnets.md +++ b/book/src/local-testnets.md @@ -1,4 +1,7 @@ -# Testnets +# Local Testnets + +> This section is about running your own private local testnets. +> - If you wish to join the ongoing public testnet, please read [become a validator](./become-a-validator.md). The `beacon_node` and `validator` commands have a `testnet` sub-command to allow creating or connecting to Eth2 beacon chain testnets. diff --git a/book/src/simple-testnet.md b/book/src/simple-testnet.md index 540c81ffd..06cc744b5 100644 --- a/book/src/simple-testnet.md +++ b/book/src/simple-testnet.md @@ -1,5 +1,10 @@ # Simple Local Testnet +> This guide is about running your own private local testnet. +> - If you wish to join the ongoing public testnet, please read [become a validator](./become-a-validator.md). + +This guide will help you setup your own private local testnet. + First, [install Lighthouse](./installation.md). Then, get the current unix time in seconds; you can use