Make docs clearer regarding local vs public testnets (#823)
* Clear docs regarding local vs public testnets * Rename private to local
This commit is contained in:
parent
81b028b805
commit
4a963423ca
@ -7,8 +7,8 @@
|
|||||||
* [Installation](./installation.md)
|
* [Installation](./installation.md)
|
||||||
* [Docker](./docker.md)
|
* [Docker](./docker.md)
|
||||||
* [CLI](./cli.md)
|
* [CLI](./cli.md)
|
||||||
* [Testnets](./testnets.md)
|
|
||||||
* [Simple Local Testnet](./simple-testnet.md)
|
* [Simple Local Testnet](./simple-testnet.md)
|
||||||
|
* [Local Testnets](./local-testnets.md)
|
||||||
* [API](./api.md)
|
* [API](./api.md)
|
||||||
* [HTTP (RESTful JSON)](./http.md)
|
* [HTTP (RESTful JSON)](./http.md)
|
||||||
* [/beacon](./http_beacon.md)
|
* [/beacon](./http_beacon.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
|
The `beacon_node` and `validator` commands have a `testnet` sub-command to
|
||||||
allow creating or connecting to Eth2 beacon chain testnets.
|
allow creating or connecting to Eth2 beacon chain testnets.
|
@ -1,5 +1,10 @@
|
|||||||
# Simple Local Testnet
|
# 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).
|
First, [install Lighthouse](./installation.md).
|
||||||
|
|
||||||
Then, get the current unix time in seconds; you can use
|
Then, get the current unix time in seconds; you can use
|
||||||
|
Loading…
Reference in New Issue
Block a user