# tomusdrw/rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library.  ENS address: rust-web3.eth

Repository: https://github.com/tomusdrw/rust-web3
Canonical: https://ross.abutalabs.com/products/rust-web3
Language: Rust
License: MIT
License Family: permissive
Last push: 2026-04-27T22:16:04+00:00

## Health v2 (maintenance only)
Score: 58/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 79, release rhythm 8, longevity 100
- inputs: {"age_days": 3536, "days_push": 128, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1509, forks 467 (observed 2026-08-28T04:04:55.631732+00:00)

## What it is
A Rust library implementing an Ethereum JSON-RPC client with multiple transports (HTTP, IPC, WebSockets), analogous to web3.js. It provides typed APIs for eth, net, and personal namespaces plus contract ABI interaction.

## Use cases
- query ethereum account balances from rust
- interact with ethereum smart contracts in rust
- connect to an ethereum node over json-rpc
- subscribe to ethereum events via websockets
- deploy solidity contracts from a rust application

## When to choose
- you need a lightweight rust ethereum rpc client with http, ipc, or websocket transports
- you are maintaining an existing project already built on this crate

## When to avoid
- you are starting a new project - the maintainer recommends ethers-rs instead
- you need actively developed features like websocket reconnection or trace apis

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, websocket, rpc, sdk
- domain: blockchain, developer-tools
- platform: rust, cross-platform
- tags: ethereum, web3, json-rpc, smart-contracts, async, cryptocurrency

## Member repositories
- tomusdrw/rust-web3 (main) score 58

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:55.631732+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:32:30.251708+00:00, confidence not recorded.
  - readme: https://github.com/tomusdrw/rust-web3 (fetched 2026-08-28T04:04:55.631732+00:00, sha b89ca80dcdac)
- Data as of 2026-08-30T08:39:29.467469+00:00.
