Gathering detailed insights and metrics for @solana/rpc-transport
Gathering detailed insights and metrics for @solana/rpc-transport
Gathering detailed insights and metrics for @solana/rpc-transport
Gathering detailed insights and metrics for @solana/rpc-transport
@solana/rpc-transport-http
An RPC transport that uses HTTP requests
@solana/rpc-subscriptions-transport-websocket
An RPC Subscriptions transport that uses WebSockets
@solana/rpc-subscriptions-channel-websocket
An RPC Subscriptions transport that uses WebSockets
@safecoin/rpc-transport
Network transports for accessing the Safecoin JSON RPC API
npm install @solana/rpc-transport
Typescript
Module System
Node Version
NPM Version
TypeScript (98.79%)
JavaScript (0.8%)
Shell (0.41%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,551 Stars
4,005 Commits
984 Forks
48 Watchers
101 Branches
147 Contributors
Updated on Jul 14, 2025
Latest Version
0.0.0-experimental.0
Package Id
@solana/rpc-transport@0.0.0-experimental.0
Unpacked Size
112.40 kB
Size
8.60 kB
File Count
21
NPM Version
9.5.0
Node Version
18.15.0
Published on
Mar 29, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
27
[!NOTE] This is the maintenance branch for the 1.x line of
@solana/web3.js
. You can find the successor to this library here:@solana/kit
.
Use this to interact with accounts and programs on the Solana network through the Solana JSON RPC API.
$ npm install --save @solana/web3.js
1<!-- Development (un-minified) --> 2<script src="https://unpkg.com/@solana/web3.js@latest/lib/index.iife.js"></script> 3 4<!-- Production (minified) --> 5<script src="https://unpkg.com/@solana/web3.js@latest/lib/index.iife.min.js"></script>
Have a question or a problem? Check the Solana Stack Exchange to see if anyone else is having the same one. If not, post a new question.
Include:
This library requires a JavaScript runtime that supports BigInt
and the exponentiation operator. Both are supported in the following runtimes:
To run the full suite of unit tests, execute the following in the root:
1$ npm test
Integration tests require a validator client running on your machine.
To install a test validator:
1$ npm run test:live-with-test-validator:setup
To start the test validator and run all of the integration tests in live mode:
1$ cd packages/library-legacy 2$ npm run test:live-with-test-validator
If you found a bug or would like to request a feature, please file an issue. If, based on the discussion on an issue you would like to offer a code change, please make a pull request. If neither of these describes what you would like to contribute, read the getting help section above.
All claims, content, designs, algorithms, estimates, roadmaps, specifications, and performance measurements described in this project are done with the Solana Foundation's ("SF") best efforts. It is up to the reader to check and validate their accuracy and truthfulness. Furthermore nothing in this project constitutes a solicitation for investment.
Any content produced by SF or developer resources that SF provides, are for educational and inspiration purposes only. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resident in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), or (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or a person subject to similar blocking or denied party prohibitions.
The reader should be aware that U.S. export control and sanctions laws prohibit U.S. persons (and other persons that are subject to such laws) from transacting with persons in certain countries and territories or that are on the SDN list. As a project based primarily on open-source software, it is possible that such sanctioned persons may nevertheless bypass prohibitions, obtain the code comprising the Solana blockchain protocol (or other project code or applications) and deploy, integrate, or otherwise use it. Accordingly, there is a risk to individuals that other persons using the Solana blockchain protocol may be sanctioned persons and that transactions with such persons would be a violation of U.S. export controls and sanctions law. This risk applies to individuals, organizations, and other ecosystem participants that deploy, integrate, or use the Solana blockchain protocol code directly (e.g., as a node operator), and individuals that transact on the Solana blockchain through light clients, third party interfaces, and/or wallet software.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
SAST tool is not run on all commits -- score normalized to 8
Details
Reason
Found 3/11 approved changesets -- score normalized to 2
Reason
3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
18 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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