Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 407 Bytes

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