https://github.com/ipfs/helia-verified-fetch
A fetch-like API for obtaining verified & trustless IPFS CIDs on the web
https://github.com/ipfs/helia-verified-fetch
Last synced: 12 days ago
JSON representation
A fetch-like API for obtaining verified & trustless IPFS CIDs on the web
- Host: GitHub
- URL: https://github.com/ipfs/helia-verified-fetch
- Owner: ipfs
- License: other
- Created: 2024-02-28T09:39:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-25T15:39:00.000Z (18 days ago)
- Last Synced: 2026-05-28T08:03:51.908Z (15 days ago)
- Language: TypeScript
- Homepage: https://npmjs.com/package/@helia/verified-fetch
- Size: 7.83 MB
- Stars: 52
- Watchers: 6
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# helia-verified-fetch
[](https://ipfs.tech)
[](https://discuss.ipfs.tech)
[](https://codecov.io/gh/ipfs/helia-verified-fetch)
[](https://github.com/ipfs/helia-verified-fetch/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
> A fetch-like API for obtaining verified & trustless IPFS content on the web
## About
This monorepo contains the `@helia/verified-fetch` package and its corresponding interop tests.
# Packages
- [`packages/interop`](https://github.com/ipfs/helia-verified-fetch/tree/main/packages/interop) Interop tests for @helia/verified-fetch
- [`packages/verified-fetch`](https://github.com/ipfs/helia-verified-fetch/tree/main/packages/verified-fetch) A fetch-like API for obtaining verified & trustless IPFS content on the web
# Getting started
See the [**`@helia/verified-fetch`**](./packages/verified-fetch#readme) package for how to get started with the package including usage examples.
Learn more in the [announcement blog post](https://blog.ipfs.tech/verified-fetch/) and check out the [ready-to-run example](https://github.com/ipfs-examples/helia-examples/tree/main/examples/helia-browser-verified-fetch).
# API Docs
-
# License
Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/helia-verified-fetch/blob/main/LICENSE-APACHE) / )
- MIT ([LICENSE-MIT](https://github.com/ipfs/helia-verified-fetch/blob/main/LICENSE-MIT) / )
# Contribute
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-verified-fetch/issues).
Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) 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](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
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.
[](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)