/go-ipfs-blockstore

This module provides a thin wrapper over a datastore and provides caching strategies.

Primary LanguageGoOtherNOASSERTION

go-ipfs-blockstore

DAOT Labs' fork of ipfs/go-ipfs-blockstore.

standard-readme compliant go.dev reference Build Status

go-ipfs-blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.

Lead Maintainer

Nex

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.