# README
go-ipfs-provider-infura
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) {.