Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stolab/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,...)
https://github.com/stolab/ipfs-api

decentralization ipfs web3

Last synced: 4 days ago
JSON representation

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,...)

Awesome Lists containing this project

README

        

# IPFS-API

This project provide a go wrapper to use the [IPFS api](https://docs.ipfs.tech/reference/kubo/rpc/#getting-started).

The given [API](https://pkg.go.dev/github.com/ipfs/kubo/client/rpc) 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