https://github.com/vaiton/ipfsgatewaychecker
IPFS public gateway checker
https://github.com/vaiton/ipfsgatewaychecker
ipfs public-gateway
Last synced: 11 months ago
JSON representation
IPFS public gateway checker
- Host: GitHub
- URL: https://github.com/vaiton/ipfsgatewaychecker
- Owner: VaiTon
- License: agpl-3.0
- Created: 2023-02-18T23:06:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T13:57:40.000Z (11 months ago)
- Last Synced: 2025-07-20T07:59:47.876Z (11 months ago)
- Topics: ipfs, public-gateway
- Language: Svelte
- Homepage: https://ipfsgatewaychecker.pages.dev/
- Size: 417 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 and enter a CID.
## Developing
Checkout the project and install dependencies with `npm install` (or `pnpm install` or `yarn`), then start a development server:
```bash
npm run dev
```
## Building
To create a production version of this app:
```bash
npm run build
```
The current adapter is [`@sveltejs/adapter-cloudflare`](https://kit.svelte.dev/docs/adapter-cloudflare),
You can preview the production build with `npm run preview`.