go-ipfs-blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.
👉 We highly recommend switching to the maintained version at https://github.com/ipfs/boxo/tree/main/blockstore. 🏎️ Good news! There is tooling and documentation to expedite a switch in your repo.
📚 Learn more, including how to take the maintainership mantle or ask questions, here.
go-ipfs-blockstore
works like a regular Go module:
> go get github.com/ipfs/go-ipfs-blockstore
import "github.com/ipfs/go-ipfs-blockstore"
Check the GoDoc documentation
MIT © Protocol Labs, Inc.