Gathering detailed insights and metrics for @ethersproject/base64
Gathering detailed insights and metrics for @ethersproject/base64
Gathering detailed insights and metrics for @ethersproject/base64
Gathering detailed insights and metrics for @ethersproject/base64
@ethersproject/abstract-signer
An Abstract Class for desribing an Ethereum Signer for ethers.
@ethersproject/abstract-provider
An Abstract Class for describing an Ethereum Provider for ethers.
base64-js
Base64 encoding/decoding in pure JS
@protobufjs/base64
A minimal base64 implementation for number arrays.
Complete Ethereum library and wallet implementation in JavaScript.
npm install @ethersproject/base64
99.9
Supply Chain
74.5
Quality
76
Maintenance
100
Vulnerability
100
License
ethers/v6.13.4 (2024-10-10 18:01)
Published on 12 Oct 2024
ethers/v6.13.3 (2024-09-30 22:08)
Published on 01 Oct 2024
ethers/v6.13.2 (2024-07-25 18:20)
Published on 25 Jul 2024
ethers/v6.13.1 (2024-06-18 02:37)
Published on 18 Jun 2024
ethers/v6.13.0 (2024-06-04 01:38)
Published on 04 Jun 2024
ethers/v6.12.2 (2024-05-30 17:24)
Published on 02 Jun 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
7,995 Stars
685 Commits
1,862 Forks
102 Watching
22 Branches
3 Contributors
Updated on 27 Nov 2024
TypeScript (65.73%)
JavaScript (34.21%)
HTML (0.05%)
Cumulative downloads
Total Downloads
Last day
5.7%
199,399
Compared to previous day
Last week
11%
1,125,012
Compared to previous week
Last month
16.5%
4,304,630
Compared to previous month
Last year
-11.5%
42,050,231
Compared to previous year
1
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
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
7 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
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 2024-11-25
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