ipfs-api

IPFS-api is a small api client for IPFS as defined in the kubo documentation https://docs.ipfs.tech/reference/kubo/rpc/. The client is very simple and just implement very basic operation like (upload, cat,...)

GPL-3.0 License

Stars
1
Committers
2

IPFS-API

This project provide a go wrapper to use the IPFS api.

The given API developped by the IPFS team looks very difficult to use if not completely broken.

This API will remain as simple as possible, only used to interact with content on IPFS (upload, retrieve,...)

Example

WIP