Socket
Book a DemoInstallSign in
Socket

@storacha/indexing-service-client

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storacha/indexing-service-client

A client for the Storacha Indexing Service

latest
Source
npmnpm
Version
2.5.0
Version published
Maintainers
3
Created
Source

indexing-service-client

JS implementation of a Storacha indexing service client.

Install

npm install @storacha/indexing-service-client

Usage

import { Client } from '@storacha/indexing-service-client'

const client = new Client()
const results = await client.queryClaims({ hashes: [/* ... multihash(es) ... */] })

Contributing

Feel free to join in. All welcome. Open an issue!

License

Dual-licensed under MIT / Apache 2.0

FAQs

Package last updated on 11 Jul 2025

Did you know?

Socket

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.

Install

Related posts