No description
Find a file
2025-12-17 14:01:57 +01:00
.github/workflows use the common CI workflow (#762) 2025-01-13 08:59:03 +01:00
doc Cleanup nimble file and docs after p2p removal (#783) 2025-03-19 22:22:42 +01:00
eth Update definition of block access list slot key and values to UInt256 (#833) 2025-12-15 04:59:21 +01:00
tests Remove redundant enr test and actually enable tests (#829) 2025-11-27 16:00:50 +01:00
tools dcli: add more ENR keys/fields to peerstore file (#841) 2025-12-17 14:01:57 +01:00
.gitignore Optimize RLP serialization (#765) 2025-01-27 10:17:37 +07:00
config.nims Refactor p2pProtocol internals (#657) 2024-01-22 16:47:46 +07:00
eth.nimble Remove redundant enr test and actually enable tests (#829) 2025-11-27 16:00:50 +01:00
LICENSE-APACHEv2 Moved eth-common to eth 2019-02-05 12:10:36 +02:00
LICENSE-MIT Moved eth-common to eth 2019-02-05 12:10:36 +02:00
nim.cfg move -d:nimRawSetjmp to nim.cfg (#513) 2022-06-21 16:25:42 +02:00
README.md Cleanup nimble file and docs after p2p removal (#783) 2025-03-19 22:22:42 +01:00

eth - Eth Common Library

License: Apache License: MIT Stability: experimental Github action

Introduction

Ethereum-related utilities written in Nim. Includes things like Bloom filters, private/public key utilities, RLP, devp2p, and more.

Docs

Prerequisites

  • Nim & Nimble

Building & Testing

# Install required modules
nimble install
# Run full test suite
nimble test

You can also run specific parts of the test suite, e.g.:

# Test p2p functionality
nimble test_p2p
# Test rlp functionality
nimble test_rlp

Fuzzing

Next to the test suite, there are also several fuzzing test cases available. How these can be run is explained in the fuzzing readme.

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.