You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/developers/docs/networks/index.md
+29-11Lines changed: 29 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -32,22 +32,23 @@ Most testnets started by using a proof-of-authority consensus mechanism. This me
32
32
33
33
ETH on testnets has no real value; therefore, there are no markets for testnet ETH. Since you need ETH to actually interact with Ethereum, most people get testnet ETH from faucets. Most faucets are webapps where you can input an address which you request ETH to be sent to.
34
34
35
-
#### Goerli {#goerli}
35
+
#### Which Testnet should I use?
36
36
37
-
Goerli is a proof-of-stake testnet, and is the recommended default testnet for testing of validating and staking.
37
+
The two public proof-of-stake testnets (which client developers are maintaining post-merge) are Goerli and Sepolia. The Goerli network was merged with the Prater Beacon Chain testnet. The Sepolia network was created to test the transition to proof-of-stake.
38
38
39
-
-[Website](https://goerli.net/)
40
-
-[GitHub](https://github.com/goerli/testnet)
41
-
-[Etherscan](https://goerli.etherscan.io)
39
+
**[Sepolia](#sepolia) is the recommended default testnet for application development**.
40
+
The Sepolia network uses a permissioned validator set. It's fairly new, meaning its state and history are both quite small. This means the network is quick to sync to and that running a node on it requires less storage. This is useful for users who want to quickly spin up a node and interact with the network directly.
42
41
43
-
##### Goerli faucets
42
+
- Closed validator set, controlled by client & testing teams
43
+
- New testnet, less applications deployed than other testnets
44
+
- Fast to sync and running a node requires minimal disk space
-[All That Node Goerli Faucet](https://www.allthatnode.com/faucet/ethereum.dsrv)
46
+
**[Goerli](#goerli) is the recommended default testnet for testing of validating and staking**.
47
+
The Goerli network is open for users wanting to run a testnet validator. Stakers wanting to test protocol upgrades before they are deployed to mainnet should therefore use Goerli.
49
48
50
-
To launch a Validator on Goerli testnet, use ethstaker's ["cheap goerli validator" launchpad](https://goerli.launchpad.ethstaker.cc/en/).
49
+
- Open validator set, stakers can test network upgrades
50
+
- Large state, useful for testing complex smart contract interactions
51
+
- Longer to sync and requires more storage to run a node
51
52
52
53
#### Sepolia {#sepolia}
53
54
@@ -63,6 +64,23 @@ Sepolia is a proof-of-stake testnet, and is the recommended default testnet for
63
64
-[Sepolia faucet](https://faucet.sepolia.dev/)
64
65
-[FaucETH](https://fauceth.komputing.org)
65
66
67
+
#### Goerli {#goerli}
68
+
69
+
Goerli is a proof-of-stake testnet, and is the recommended default testnet for testing of validating and staking.
-[All That Node Goerli Faucet](https://www.allthatnode.com/faucet/ethereum.dsrv)
81
+
82
+
To launch a Validator on Goerli testnet, use ethstaker's ["cheap goerli validator" launchpad](https://goerli.launchpad.ethstaker.cc/en/).
83
+
66
84
#### Ropsten _(deprecated)_ {#ropsten}
67
85
68
86
_Note, [the Ropsten testnet is deprecated](https://github.com/ethereum/pm/issues/460) and will no longer receive protocol upgrades. Please consider migrating your applications to Sepolia or Goerli._
0 commit comments