# ethers-io/ethers.js

Complete Ethereum library and wallet implementation in JavaScript.

Repository: https://github.com/ethers-io/ethers.js
Canonical: https://ross.abutalabs.com/products/ethersjs
Homepage: https://ethers.org/
Language: TypeScript
License: MIT
License Family: permissive
Topics: ethereum, javascript, typescript, ethers, web3, blockchain
Last push: 2026-06-18T05:08:13+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 88, release rhythm 89, longevity 100
- inputs: {"age_days": 3700, "days_push": 76, "days_rel": 76, "gap_med": 18.0, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8718, forks 2126 (observed 2026-08-28T04:10:24.413759+00:00)

## What it is
Ethers.js is a complete, compact Ethereum library and wallet implementation written in TypeScript. It provides wallet management, contract interaction via ABIs, JSON-RPC provider connections, and first-class ENS name support.

## Use cases
- interact with ethereum smart contracts from javascript
- create and manage ethereum wallets in the browser
- send transactions and read blockchain data via json-rpc
- import and export json wallets and bip39 mnemonic phrases
- resolve ens names in a web3 app
- connect to infura, alchemy, or metamask providers
- build a dapp frontend with typescript

## When to choose
- you need a well-documented, tree-shakeable TypeScript library for Ethereum
- you want client-side key management without sending private keys to a server
- you need broad provider support (Infura, Alchemy, MetaMask, Etherscan) in one library
- you want human-readable ABI contract bindings

## When to avoid
- you are targeting non-EVM blockchains like Solana or Bitcoin
- you need a full node or indexing service rather than a client library
- your project is Python, Go, or another non-JavaScript stack

## Facets
- artifact type: library
- maturity: stable
- function: sdk, http-client, cryptography, auth
- domain: blockchain, developer-tools, web-development
- platform: browser, cross-platform
- tags: ethereum, web3, wallet, smart-contracts, json-rpc, ens, abi, hd-wallets, dapp-development, cryptocurrency, nodejs, typescript, javascript

## Member repositories
- ethers-io/ethers.js (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:24.413759+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-29T17:25:20.950694+00:00, confidence not recorded.
  - readme: https://github.com/ethers-io/ethers.js (fetched 2026-08-28T04:10:24.413759+00:00, sha 05b717530261)
  - homepage: https://ethers.org/ (fetched 2026-08-29T08:25:59.570347+00:00, sha caaa6b52a3df)
- Data as of 2026-08-30T08:39:29.467469+00:00.
