VaiTon / ipfsgatewaychecker

IPFS public gateway checker

Home Page:https://ipfsgatewaychecker.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPFS Gateway Checker

Try to query a list of IPFS gateways for a given CID and return the ones that respond with a 200 status code.

It can be used to check if a CID is available on a given gateway, and to provide a page with a list of gateways that have the CID.

Usage

Go to https://ipfsgatewaychecker.pages.dev/ and enter a CID.

Developing

Checkout the project and install dependencies with npm install (or pnpm install or yarn), then start a development server:

npm run dev

Building

To create a production version of this app:

npm run build

The current adapter is @sveltejs/adapter-cloudflare,

You can preview the production build with npm run preview.

About

IPFS public gateway checker

https://ipfsgatewaychecker.pages.dev/

License:GNU Affero General Public License v3.0


Languages

Language:Svelte 71.2%Language:JavaScript 13.1%Language:TypeScript 11.7%Language:HTML 3.3%Language:CSS 0.8%