Categorygithub.com/ipfs/go-ipfs-blocksutil
modulepackage
0.0.2
Repository: https://github.com/ipfs/go-ipfs-blocksutil.git
Documentation: pkg.go.dev

# README

go-ipfs-blocksutil

standard-readme compliant GoDoc Build Status

go-ipfs-blocksutil provides provides utility functions for working with Blocks.

Lead Maintainer

Steven Allen

Table of Contents

Install

go-ipfs-blocksutil works like a regular Go module:

> go get github.com/ipfs/go-ipfs-blocksutil

Usage

import "github.com/ipfs/go-ipfs-blocksutil"

Check the GoDoc documentation

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © Protocol Labs, Inc.

# Functions

NewBlockGenerator returns an object capable of producing blocks.

# Structs

BlockGenerator generates BasicBlocks on demand.