repositorypackage
1.1.2
Repository: https://github.com/daotl/go-ipfs-blockstore.git
Documentation: pkg.go.dev
# README
go-ipfs-blockstore
DAOT Labs' fork of ipfs/go-ipfs-blockstore.
go-ipfs-blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.
Lead Maintainer
Table of Contents
Install
go-ipfs-blockstore
works like a regular Go module:
> go get github.com/daotl/go-ipfs-blockstore
Usage
import "github.com/daotl/go-ipfs-blockstore"
Check the GoDoc documentation
Contribute
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT
Copyright for portions of this fork are held by Protocol Labs, Inc. as part of the original go-ipfs-blockstore project. All other copyright for this fork are held by DAOT Labs. All rights reserved.