Interface IpfsClusterInfo

interface IpfsClusterInfo {
    secret: string;
    projectUuid: string;
    ipfsGateway: string;
    ipnsGateway: string;
}

Properties

secret: string

Secret for this project, which can be used to generate tokens to access content of IPFS gateway

projectUuid: string

Project unique identifier

ipfsGateway: string

Gateway that can used to access content via CIDs.

ipnsGateway: string

Gateway that can be used to access content via IPNS name.