JS implementation of a Storacha indexing service client.
npm install @storacha/indexing-service-client
import { Client } from '@storacha/indexing-service-client'
const client = new Client()
const results = await client.queryClaims({ hashes: [/* ... multihash(es) ... */] })
Feel free to join in. All welcome. Open an issue!
Dual-licensed under MIT / Apache 2.0