From 24aac4976036d6a4df0a07db2fb533179669ff23 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:46:16 +0100 Subject: [PATCH 1/3] docs: link to relevant docs --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29532713..ca0b6bcd 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,23 @@ [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-verified-fetch.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-verified-fetch) [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-verified-fetch/js-test-and-release.yml?branch=main\&style=flat-square)](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 repo contains a server implementation of the IPFS [Delegated Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) along with a client that can be used to interact with any compliant server implementation. +This monorepo contains the `@helia/verified-fetch` package and its corresponding interop tests. + +# Getting started + +See the [**`@helia/verified-fetch`**](./packages/verified-fetch) package for how to get started with the package including usage examples. # Packages -- [`/packages/interop`](./packages/interop) Interop tests for @helia/verified-fetch -- [`/packages/verified-fetch`](./packages/verified-fetch) A fetch-like API for obtaining verified & trustless IPFS content on the web +- [`@helia/verified-fetch-interop`](./packages/interop) Interop tests for @helia/verified-fetch +- [`@helia/verified-fetch`](./packages/verified-fetch) A fetch-like API for obtaining verified & trustless IPFS content on the web # API Docs -- +- # License From ce45527f99d92302992002f32d38bfaf32593620 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:47:21 +0100 Subject: [PATCH 2/3] docs: link directly to the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca0b6bcd..e2b774c9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This monorepo contains the `@helia/verified-fetch` package and its corresponding # Getting started -See the [**`@helia/verified-fetch`**](./packages/verified-fetch) package for how to get started with the package including usage examples. +See the [**`@helia/verified-fetch`**](./packages/verified-fetch#readme) package for how to get started with the package including usage examples. # Packages From 8a02300134979c7d84fdfea2ab03353584248b34 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:13:45 +0100 Subject: [PATCH 3/3] Update README.md Co-authored-by: Alex Potsides --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b774c9..cd5fcdf2 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ See the [**`@helia/verified-fetch`**](./packages/verified-fetch#readme) package # Packages -- [`@helia/verified-fetch-interop`](./packages/interop) Interop tests for @helia/verified-fetch - [`@helia/verified-fetch`](./packages/verified-fetch) A fetch-like API for obtaining verified & trustless IPFS content on the web +- [`@helia/verified-fetch-interop`](./packages/interop) Interop tests for @helia/verified-fetch # API Docs