Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public string GatewayUrl { get; set; }
// Use Pinata's dedicated gateway (requires paid plan) options.GatewayUrl = "https://your-gateway.mypinata.cloud/ipfs"; // Use public IPFS gateway options.GatewayUrl = "https://ipfs.io/ipfs";
Was this page helpful?