Instantaneous IPFS reuploads

IPFS uploads across our dashboards and SDKs are now instantaneous whenever you upload any files already present on IPFS (think uploading your testnet collection to mainnet, or uploading common media).

Previously, you would have to wait for all file uploads, every time. Now you can upload your files once, and never have to worry about them again!

We accomplish this by pre-computing the IPFS hashes of all files before uploading, which lets us check if the files have already been uploaded to IPFS, in which case we can skip reuploads.

Stay tuned for a blog post with a more in-depth view of how this works!