MCPcopy Index your code
hub / github.com/ethers-io/ethers.js

github.com/ethers-io/ethers.js @v6.17.0

repository ↗ · DeepWiki ↗ · release v6.17.0 ↗ · Ask this repo → · + Follow
6,704 symbols 17,153 edges 939 files 2,462 documented · 37% updated 17d agov6.17.0 · 2026-06-18★ 8,703450 open issues
README

The Ethers Project

npm (tag) CI Tests npm bundle size (version) npm (downloads) GitPOAP Badge Twitter Follow


A complete, compact and simple library for Ethereum and ilk, written in TypeScript.

Features

  • Keep your private keys in your client, safe and sound
  • Import and export JSON wallets (Geth, Parity and crowdsale)
  • Import and export BIP 39 mnemonic phrases (12 word backup phrases) and HD Wallets (English as well as Czech, French, Italian, Japanese, Korean, Simplified Chinese, Spanish, Traditional Chinese)
  • Meta-classes create JavaScript objects from any contract ABI, including ABIv2 and Human-Readable ABI
  • Connect to Ethereum nodes over JSON-RPC, INFURA, Etherscan, Alchemy, Ankr or MetaMask
  • ENS names are first-class citizens; they can be used anywhere an Ethereum addresses can be used
  • Small (~144kb compressed; 460kb uncompressed)
  • Tree-shaking focused; include only what you need during bundling
  • Complete functionality for all your Ethereum desires
  • Extensive documentation
  • Large collection of test cases which are maintained and added to
  • Fully written in TypeScript, with strict types for security and safety
  • MIT License (including ALL dependencies); completely open source to do with as you please

Keep Updated

For advisories and important notices, follow @ethersproject on Twitter (low-traffic, non-marketing, important information only) as well as watch this GitHub project.

For more general news, discussions, and feedback, follow or DM me, @ricmoo on Twitter or on the Ethers Discord.

For the latest changes, see the CHANGELOG.

Summaries

Installing

NodeJS

/home/ricmoo/some_project> npm install ethers

Browser (ESM)

The bundled library is available in the ./dist/ folder in this repo.

<script type="module">
    import { ethers } from "./dist/ethers.min.js";
</script>

Documentation

Browse the documentation online:

Providers

Ethers works closely with an ever-growing list of third-party providers to ensure getting started is quick and easy, by providing default keys to each service.

These built-in keys mean you can use ethers.getDefaultProvider() and start developing right away.

However, the API keys provided to ethers are also shared and are intentionally throttled to encourage developers to eventually get their own keys, which unlock many other features, such as faster responses, more capacity, analytics and other features like archival data.

When you are ready to sign up and start using for your own keys, please check out the Provider API Keys in the documentation.

A special thanks to these services for providing community resources:

Extension Packages

The ethers package only includes the most common and most core functionality to interact with Ethereum. There are many other packages designed to further enhance the functionality and experience.

  • MulticallProvider - A Provider which bundles multiple call requests into a single call to reduce latency and backend request capacity
  • MulticoinPlugin - A Provider plugin to expand the support of ENS coin types
  • GanaceProvider - A Provider for in-memory node instances, for fast debugging, testing and simulating blockchain operations
  • Optimism Utilities - A collection of Optimism utilities
  • LedgerSigner - A Signer to interact directly with Ledger Hardware Wallets

License

MIT License (including all dependencies).

Extension points exported contracts — how you extend this code

EventEmitterable (Interface)
(no doc) [6 implementers]
lib.commonjs/utils/events.d.ts
Subscriber (Interface)
(no doc) [28 implementers]
lib.commonjs/providers/abstract-provider.d.ts
TypedData (Interface)
(no doc) [33 implementers]
lib.commonjs/abi/typed.d.ts
Addressable (Interface)
(no doc) [19 implementers]
lib.commonjs/address/index.d.ts
EventEmitterable (Interface)
(no doc) [6 implementers]
src.ts/utils/events.ts
Subscriber (Interface)
(no doc) [28 implementers]
src.ts/providers/abstract-provider.ts
TypedData (Interface)
(no doc) [33 implementers]
src.ts/abi/typed.ts
Addressable (Interface)
(no doc) [19 implementers]
src.ts/address/index.ts

Core symbols most depended-on inside this repo

assertArgument
called by 548
lib.esm/utils/errors.js
log
called by 292
reporter.cjs
assert
called by 289
lib.esm/utils/errors.js
hexlify
called by 210
lib.esm/utils/data.js
getBytes
called by 202
lib.esm/utils/data.js
emit
called by 176
lib.esm/utils/events.d.ts
call
called by 156
lib.esm/providers/signer.d.ts
map
called by 154
src.ts/abi/coders/abstract-coder.ts

Shape

Method 3,301
Function 1,825
Class 1,248
Interface 330

Languages

TypeScript100%

Modules by API surface

misc/test-browser/mocha.js508 symbols
src.ts/abi/typed.ts134 symbols
lib.esm/abi/typed.js122 symbols
lib.commonjs/abi/typed.js122 symbols
src.ts/providers/abstract-provider.ts102 symbols
src.ts/providers/provider.ts96 symbols
lib.esm/providers/abstract-provider.js94 symbols
lib.esm/abi/fragments.js94 symbols
lib.commonjs/providers/abstract-provider.js94 symbols
lib.commonjs/abi/fragments.js94 symbols
src.ts/abi/fragments.ts92 symbols
src.ts/transaction/transaction.ts71 symbols

Dependencies from manifests, versioned

@adraffy/ens-normalize1.11.1 · 1×
@angular-devkit/build-angular15.2.4 · 1×
@angular/animations15.2.0 · 1×
@angular/cli15.2.4 · 1×
@angular/common15.2.0 · 1×
@angular/compiler15.2.0 · 1×
@angular/compiler-cli15.2.0 · 1×
@angular/core15.2.0 · 1×
@angular/forms15.2.0 · 1×
@angular/platform-browser15.2.0 · 1×
@angular/platform-browser-dynamic15.2.0 · 1×
@angular/router15.2.0 · 1×

For agents

$ claude mcp add ethers.js \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact