Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaiton/ipfsgatewaychecker
IPFS public gateway checker
https://github.com/vaiton/ipfsgatewaychecker
ipfs public-gateway
Last synced: 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T11:11:14.000Z (5 months ago)
- Last Synced: 2024-08-20T14:53:08.277Z (4 months ago)
- Topics: ipfs, public-gateway
- Language: Svelte
- Homepage: https://ipfsgatewaychecker.pages.dev/
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
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`.