Non open edition manifold marketplace extension?

I’m looking to use IPFS to host metadata for an open edition. I see now that setBaseTokenUri only works if you call the mintBase function without the uri property… is the best way to mint a collection that uses that mintBase function to create a mint site outside of manifold? Or is there an extension that already exists perhaps that supports this?

Or perhaps an extension that allows setTokenUri to work for NFTs minted via an open edition?

Two documents that can be useful:

  1. Docs on creator contracts (for those familiar with the blockchain)
    Manifold Creator - Manifold Docs

  2. Custom metadata for 721 claims
    Unique metadata for ERC721 Tokens in a Claim or BurnRedeem

That burn reedem helps a lot, thank you :pray: