Storage
Download an image from a URL or IPFS URI into a Sprite
object.
An IPFS URI or a URL that points to an image.
Must be a string
.
Returns a Sprite.
Download text data such as JSON from a URL or IPFS URI.
The type of data to return. Any type that can be deserialized with JsonConvert.DeserializeObject
.
An IPFS URI or a URL that points to data.
Must be a string
.
Returns the data as the specified type.
Upload and pin data in IPFS using the path to a file.
The path to the file to upload.
Must be a string
.
Upload raw data to IPFS.
The text to upload.
Must be a string
.