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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,17 @@ The two public proof-of-stake testnets (which client developers are maintaining
39
39
**[Sepolia](#sepolia) is the recommended default testnet for application development**.
40
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.
41
41
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
45
+
42
46
**[Goerli](#goerli) is the recommended default testnet for testing of validating and staking**.
43
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.
44
48
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
52
+
45
53
#### Sepolia {#sepolia}
46
54
47
55
Sepolia is a proof-of-stake testnet, and is the recommended default testnet for application development.
0 commit comments