# alloy-rs/alloy

Transports, Middleware, and Networks for the Alloy project

Repository: https://github.com/alloy-rs/alloy
Canonical: https://ross.abutalabs.com/products/alloy-rs-alloy
Homepage: https://alloy.rs
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: blockchain, ethereum
Last push: 2026-08-26T08:55:06+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 85, longevity 88
- inputs: {"age_days": 1234, "days_push": 7, "days_rel": 20, "gap_med": 3.0, "n_releases_24m": 121}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1321, forks 663 (observed 2026-08-28T04:04:21.826516+00:00)

## What it is
Alloy is a high-performance Rust library for connecting applications to Ethereum and EVM-based blockchains, providing transports, providers, middleware, signers, and network abstractions. It is a ground-up rewrite of ethers-rs featuring the sol! macro for contract bindings, multicall support, and a composable provider architecture.

## Use cases
- connect to an ethereum node from rust
- send transactions on evm chains
- read smart contract state in rust
- interact with erc20 tokens programmatically
- build a rust web3 backend
- query blockchain data via rpc
- sign and broadcast ethereum transactions
- support multiple evm networks in one app

## When to choose
- you are building a Rust application that talks to Ethereum or any EVM chain
- you want a modern, actively maintained replacement for ethers-rs
- you need high-performance ABI encoding and U256 primitives
- you want composable providers with middleware layers and multicall support

## When to avoid
- your project is in another language like JavaScript, Python, or Go
- you need non-EVM blockchains like Bitcoin or Solana
- you only need a quick one-off script where a CLI tool suffices

## Facets
- artifact type: library
- maturity: active
- function: database-driver, rpc, middleware, sdk, serialization
- domain: blockchain, developer-tools, apis
- platform: rust, cross-platform
- tags: ethereum, evm, web3, smart-contracts, blockchain-rpc, signers, transports, ethers-rs-successor, cryptocurrency

## Member repositories
- alloy-rs/alloy (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:21.826516+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:47:16.758391+00:00, confidence not recorded.
  - readme: https://github.com/alloy-rs/alloy (fetched 2026-08-28T04:04:21.826516+00:00, sha 8281dbce0c70)
  - homepage: https://alloy.rs (fetched 2026-08-29T12:06:10.287223+00:00, sha 9f44c332fb34)
  - site_page: https://alloy.rs/introduction/installation (fetched 2026-08-29T12:06:10.296534+00:00, sha a347f955fcec)
  - site_page: https://alloy.rs/introduction/getting-started (fetched 2026-08-29T12:06:10.298706+00:00, sha 0343245066b9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
