https://github.com/application-research/whypfs-gateway
Experimental whypfs-gateway using whypfs-core
https://github.com/application-research/whypfs-gateway
Last synced: 24 days ago
JSON representation
Experimental whypfs-gateway using whypfs-core
- Host: GitHub
- URL: https://github.com/application-research/whypfs-gateway
- Owner: application-research
- Created: 2022-11-26T22:45:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T05:07:07.000Z (over 3 years ago)
- Last Synced: 2025-01-25T04:11:10.620Z (over 1 year ago)
- Language: Go
- Homepage: https://gateway.estuary.tech
- Size: 489 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhyPFS Gateway
Quick HTTP gateway using whypfs-core.
This is experimental and not recommended for production use.
## Installation
```
go mod tidy
go mod download
```
## Setup
```
go build -tags netgo -ldflags '-s -w' -o whypfs-gw
./whypfs-gw
```
# Live Demo
- https://gateway.estuary.tech/gw/ipfs/
# Serve files
https://gateway.estuary.tech/gw/ipfs/bafybeibpkuvcuatbkt4s6pvr46uc7flbwp53bmryypssqsuob55oznt5fu

# Serve Dirs
https://gateway.estuary.tech/gw/ipfs/QmPBHAjRLZqvJwcBUTiVxNtvugToAnTyJxpzTCgKZVHsvw
