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 Apr 6, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,3 +44,9 @@ new Blockchain({ db: db }).iterator(
44
44
**WARNING**: Since `ethereumjs-blockchain` is also doing write operations
45
45
on the DB for safety reasons only run this on a copy of your database, otherwise this might lead
46
46
to a compromised DB state.
47
+
48
+
# EthereumJS
49
+
50
+
See our organizational [documentation](https://ethereumjs.readthedocs.io) for an introduction to `EthereumJS` as well as information on current standards and best practices.
51
+
52
+
If you want to join for work or do improvements on the libraries have a look at our [contribution guidelines](https://ethereumjs.readthedocs.io/en/latest/contributing.html).
0 commit comments