Gathering detailed insights and metrics for @exchain-ethersproject/basex
Gathering detailed insights and metrics for @exchain-ethersproject/basex
Gathering detailed insights and metrics for @exchain-ethersproject/basex
Gathering detailed insights and metrics for @exchain-ethersproject/basex
Complete Ethereum library and wallet implementation in JavaScript.
npm install @exchain-ethersproject/basex
Typescript
Module System
Node Version
NPM Version
72.3
Supply Chain
73.6
Quality
75.1
Maintenance
100
Vulnerability
100
License
ethers/v6.13.7 (2025-04-25 21:50)
Updated on Apr 26, 2025
ethers/v5.8.0 (2025-02-25 19:15) [legacy version]
Updated on Feb 26, 2025
ethers/v6.13.5 (2025-01-04 15:26)
Updated on Jan 06, 2025
ethers/v6.13.4 (2024-10-10 18:01)
Updated on Oct 12, 2024
ethers/v6.13.3 (2024-09-30 22:08)
Updated on Oct 01, 2024
ethers/v6.13.2 (2024-07-25 18:20)
Updated on Jul 25, 2024
TypeScript (66.74%)
JavaScript (33.21%)
HTML (0.05%)
Total Downloads
5,004
Last Day
8
Last Week
65
Last Month
268
Last Year
2,508
MIT License
8,231 Stars
741 Commits
1,966 Forks
106 Watchers
23 Branches
3 Contributors
Updated on May 05, 2025
Minified
Minified + Gzipped
Latest Version
5.5.0
Package Id
@exchain-ethersproject/basex@5.5.0
Unpacked Size
29.47 kB
Size
5.84 kB
File Count
21
NPM Version
ethers-dist@0.0.1
Node Version
14.17.3
Cumulative downloads
Total Downloads
Last Day
0%
8
Compared to previous day
Last Week
6.6%
65
Compared to previous week
Last Month
-3.2%
268
Compared to previous month
Last Year
226.6%
2,508
Compared to previous year
A complete, compact and simple library for Ethereum and ilk, written in TypeScript.
Features
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
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>
Browse the documentation online:
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:
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.
call
to reduce latency and backend request capacityMIT License (including all dependencies).
No vulnerabilities found.
Reason
14 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-04-28
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More