mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 10:55:02 +00:00
Go implementation of the Ethereum protocol
* Update Private-Network.md I updated the example genesis.json so that it matches mainnet's HF from block 0. The reason I think this is a positive change is that users get confused by tools not behaving like their private network by default: https://github.com/NomicFoundation/hardhat/issues/2946 * add missing double quote Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com> |
||
|---|---|---|
| _data | ||
| _includes | ||
| _layouts | ||
| bin | ||
| docs | ||
| guide | ||
| redirects | ||
| static | ||
| .gitignore | ||
| .travis.yml | ||
| _config.yml | ||
| CNAME | ||
| doc.md | ||
| docker-compose.yml | ||
| downloads.html | ||
| Gemfile | ||
| index.html | ||
| install.md | ||
| params.json | ||
| README.md | ||
Documentation of the go-ethereum website
To start a jekyll server run:
docker-compose up
Now you can visit localhost:4000 to look at the site.