Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
ipfs-client
Advanced tools
⛔️ DEPRECATED: js-IPFS has been superseded by Helia
📚 Learn more about this deprecation or how to migrate
⚠️ If you continue using this repo, please note that security fixes will not be provided
A client library to talk to local IPFS daemons
$ npm i ipfs-client
This module combines the ipfs-grpc-client and ipfs-http-client modules to give you a client that is capable of bidirectional streaming in the browser as well as node.
The client object created by the createClient
function supports the IPFS Core API, see the docs for more.
create([options])
None
An optional object which may have the following keys:
Name | Type | Default | Description |
---|---|---|---|
grpc | Multiaddr or string or URL | undefined | The address of a ipfs-grpc-server to connect to |
http | Multiaddr or string or URL | undefined | The address of a ipfs-http-server to connect to |
agent | http.Agent | undefined | A http.Agent used to control HTTP client behaviour (node.js only) |
Type | Description |
---|---|
object | An instance of the client |
import { create } from 'ipfs-client'
const client = create({
grpc: '/ipv4/127.0.0.1/tcp/5003/ws',
http: '/ipv4/127.0.0.1/tcp/5002/http'
})
const id = await client.id()
Licensed under either of
Contributions welcome! Please check out the issues.
Also see our contributing document for more information on how we work, and about contributing in general.
Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
A client library to talk to local IPFS daemons
The npm package ipfs-client receives a total of 323 weekly downloads. As such, ipfs-client popularity was classified as not popular.
We found that ipfs-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.