https://github.com/ipld/go-trustless-utils
Go(lang) utilities for the IPFS Trustless Gateway HTTP protocol
https://github.com/ipld/go-trustless-utils
Last synced: about 1 year ago
JSON representation
Go(lang) utilities for the IPFS Trustless Gateway HTTP protocol
- Host: GitHub
- URL: https://github.com/ipld/go-trustless-utils
- Owner: ipld
- License: other
- Created: 2023-08-31T08:27:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T13:07:37.000Z (about 1 year ago)
- Last Synced: 2025-04-10T13:35:38.946Z (about 1 year ago)
- Language: Go
- Size: 192 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# go-trustless-utils
**Go(lang) utilities for the [IPFS Trustless Gateway HTTP protocol](https://specs.ipfs.tech/http-gateways/trustless-gateway/)**
## API
https://pkg.go.dev/github.com/ipld/go-trustless-utils
## Examples
For example use see:
* [Lassie](https://github.com/filecoin-project/lassie) - an IPFS retrieval client that supports the Trustless Gateway protocol for retrieval and also as a server when running in daemon mode.
* [Frisbii](https://github.com/ipld/frisbii) - a minimal IPLD data provider (server) for the IPFS network using the Trustless Gateway protocol.
## License
Apache-2.0/MIT © Protocol Labs