#ethereum #json-rpc #rpc #json

ethrpc

Ethereum transport-agnositic JSON RPC implementation

8 releases

0.0.8 Oct 29, 2023
0.0.7 Jun 21, 2023
0.0.2 Nov 20, 2022
0.0.1 Sep 24, 2022

#122 in #json-rpc

Download history 184/week @ 2024-07-25 16/week @ 2024-08-01

71 downloads per month

MIT/Apache

105KB
2.5K SLoC

Implementation of Ethereum JSON RPC for Rust.

This crate provides a type-safe Ethereum JSON RPC implementation. It is designed to be transport-agnositic and easily extendable for adding custom and implementation specific methods.


lib.rs:

A simple Ethereum RPC implementation.

Dependencies

~1–14MB
~198K SLoC