Categorygithub.com/stolab/ipfs-api
repository
0.2.0
Repository: https://github.com/stolab/ipfs-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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