trustor uses Pinata to pin NFT artwork and metadata JSON to IPFS.
When you launch an NFT collection without supplying a base URI:
- Your cover image is uploaded to IPFS →
ipfs://<image-cid> - A metadata JSON is built with name, symbol, description, image URL.
- The JSON is pinned →
ipfs://<meta-cid> - The contract's
baseURIis set to the metadata CID so wallets and marketplaces can render it.
You can override this by pasting your own ipfs:// or HTTPS base URI before deploying.