# README
go-ipfs-exchange-interface
go-ipfs-exchange-interface defines the IPFS exchange interface
Lead Maintainer
Table of Contents
Install
go-ipfs-exchange-interface
works like a regular Go module:
> go get github.com/ipfs/go-ipfs-exchange-interface
Usage
import "github.com/ipfs/go-ipfs-exchange-interface"
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.
# Interfaces
Fetcher is an object that can be used to retrieve blocks.
Interface defines the functionality of the IPFS block exchange protocol.
SessionExchange is an exchange.Interface which supports sessions.