Back to projects
May 07, 2021
1 min read

libIPFS

A C-Style library implemented in Go for using IPFS in C++/C

libIPFS is a C-style library that exposes the Golang APIs of go-ipfs in a C/C++-friendly manner. Unlike wrapping around kubo as an embedded executable, it directly integrates with the Go implementation, providing a simple and intuitive API. This allows developers to easily incorporate IPFS functionality into their applications without the overhead of managing an external daemon.