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
{{ message }}
This repository was archived by the owner on Dec 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,14 @@ You can run the current state of the client with:
44
44
ethereumjs --network=mainnet [--loglevel=debug]
45
45
```
46
46
47
-
Or show the help with
47
+
For development you might want to connect to `rinkeby` as the network with the currently
48
+
most reliable connection:
49
+
50
+
```shell
51
+
ethereumjs --network rinkeby
52
+
```
53
+
54
+
The help can be shown with:
48
55
```shell
49
56
ethereumjs --help
50
57
```
@@ -305,6 +312,12 @@ also make use of subclasses of the ``Fetcher`` class that help fetch headers and
305
312
-``Node``[**In Progress**] Represents the top-level ethereum node, and is responsible for managing the lifecycle of included services.
306
313
-``RPCManager``[**In Progress**] Implements an embedded JSON-RPC server to handle incoming RPC requests.
307
314
315
+
## Developer
316
+
317
+
### Diagram Updates
318
+
319
+
To update the structure diagram files in the root folder open the `client.drawio` file in [draw.io](https://draw.io/), make your changes, and open a PR with the updated files. Export `svg` and `png` with `border``width=20` and `transparency=false`. For `png` go to "Advanced" and select `300 DPI`.
0 commit comments