Skip to main content

ResQ.Storage

IStorageClient Interface

Interface for IPFS storage operations via Pinata.
Derived
PinataClient

Example

Remarks

This interface defines the contract for storing and retrieving files on IPFS through the Pinata pinning service. Implementations handle the HTTP communication with Pinata’s API, authentication, and error handling. Files uploaded through this interface are automatically pinned to ensure they remain available on the IPFS network. The CID returned can be used to retrieve the file from any IPFS gateway.