#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

#2424 in Magic Beans

Download history 7/week @ 2024-02-19 5/week @ 2024-02-26 8/week @ 2024-03-11 138/week @ 2024-04-01

146 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–18MB
~224K SLoC