@@ -4,7 +4,7 @@ Official Golang implementation of the Ethereum protocol.
4
4
5
5
[ ![ API Reference] (
6
6
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
7
- )] ( https://godoc.org /github.com/ethereum/go-ethereum )
7
+ )] ( https://pkg.go.dev /github.com/ethereum/go-ethereum?tab=doc )
8
8
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ethereum/go-ethereum )] ( https://goreportcard.com/report/github.com/ethereum/go-ethereum )
9
9
[ ![ Travis] ( https://travis-ci.org/ethereum/go-ethereum.svg?branch=master )] ( https://travis-ci.org/ethereum/go-ethereum )
10
10
[ ![ Discord] ( https://img.shields.io/badge/discord-join%20chat-blue.svg )] ( https://discord.gg/nthXNEv )
@@ -108,7 +108,7 @@ accounts available between them.*
108
108
109
109
### Full node on the Rinkeby test network
110
110
111
- Go Ethereum also supports connecting to the older proof-of-authority based test network
111
+ Go Ethereum also supports connecting to the older proof-of-authority based test network
112
112
called [ * Rinkeby* ] ( https://www.rinkeby.io ) which is operated by members of the community.
113
113
114
114
``` shell
@@ -117,10 +117,10 @@ $ geth --rinkeby console
117
117
118
118
### Full node on the Ropsten test network
119
119
120
- In addition to Görli and Rinkeby, Geth also supports the ancient Ropsten testnet. The
120
+ In addition to Görli and Rinkeby, Geth also supports the ancient Ropsten testnet. The
121
121
Ropsten test network is based on the Ethash proof-of-work consensus algorithm. As such,
122
122
it has certain extra overhead and is more susceptible to reorganization attacks due to the
123
- network's low difficulty/security.
123
+ network's low difficulty/security.
124
124
125
125
``` shell
126
126
$ geth --ropsten console
0 commit comments