IpfsConnection

The IpfsConnection is used to create the struct that contains connection information of IPFS rest endpoint. By default it connects to http://localhost:5001/api/v0

Summary

Types

t :: %IpfsConnection{host: String.t, base: String.t, port: pos_integer}