Skip to content

storacha/js-indexing-service-client

Repository files navigation

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