Categorygithub.com/wealdtech/go-ipfs-provider-infura
modulepackage
1.1.0
Repository: https://github.com/wealdtech/go-ipfs-provider-infura.git
Documentation: pkg.go.dev

# README

go-ipfs-provider-infura

Tag License GoDoc Travis CI codecov.io Go Report Card

Provides an interface to the IPFS service provided by infura.

Table of Contents

Install

go-ipfs-provider-infura is a standard Go module which can be installed with:

go get github.com/wealdtech/go-ipfs-provider-infura

Usage

TODO

Example

TODO

Maintainers

Jim McDonald: @mcdee.

Contribute

Contributions welcome. Please check out the issues.

License

Apache-2.0 © 2019 Weald Technology Trading Ltd

# Functions

NewProvider creates a new Infura provider.func NewProvider(apiKey string, apiSecret string) (*Provider, error) {.

# Structs

Provider is an implementation of the IPFS provider for Infura.