#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

#2543 in Magic Beans

Download history 10/week @ 2024-02-21 2/week @ 2024-02-28 1/week @ 2024-03-06 7/week @ 2024-03-13 19/week @ 2024-03-27 36/week @ 2024-04-03

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–17MB
~216K SLoC