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

https://github.com/itzg/go-ipfs-client

Provides a simple client wrapper around go-ipfs
https://github.com/itzg/go-ipfs-client

Last synced: 6 months ago
JSON representation

Provides a simple client wrapper around go-ipfs

Awesome Lists containing this project

README

          

[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/itzg/go-ipfs-client)](https://github.com/itzg/go-ipfs-client/releases/latest)
[![](https://godoc.org/github.com/itzg/go-ipfs-client?status.svg)](https://godoc.org/github.com/itzg/go-ipfs-client)
[![](https://img.shields.io/badge/go.dev-module-007D9C)](https://pkg.go.dev/github.com/itzg/go-ipfs-client)

Provides a simple client wrapper around [go-ipfs](https://github.com/ipfs/go-ipfs/). Most of the code is based on [go-ipfs as a library example](https://github.com/ipfs/go-ipfs/blob/master/docs/examples/go-ipfs-as-a-library/README.md).