Deployed Extension Application, unable to see on Manifold Studio

Hello, I am trying to be able to deploy a custom onchain art collection contract and use manifold front end to allow users to mint.

I am attempting to follow DynamicSVGExample provided in your github docs as a starting point:

I have deployed the DynamicSVGExample contract (to 0xe49E5dE2CdfC2418492e1E8bFBf5E7fBeC82DaAc), and executed registerExtension on the core 721 and minted 1 as a test. However, I am unable to see the DynamicSVGExample contract or token in the Manifold Studio for me to edit.

ERc721Creator Core (deployed thru Manifold studio):

Contract (Sepolia): 0xd42c6cbbbd46bdb2cb121f3f7b549c9af0e29aa7
Contract on Manifold Studio: Manifold Studio

After deploying the DynamicSVGExample.sol, and calling registerExtension from Creator Core, I was assuming it that this newly deployed DynamicSVGExample collection/NFT would show up in the Manifold Studio to be able to tweak mint settings and to setup a page. However, it doesn’t show up, where am I supposed to see DynamicSVGExample after calling registerExtension(..)?

When I try to “Claim Page” from the Creatore Core contract (0xd42c6cbbbd46bdb2cb121f3f7b549c9af0e29aa7) in Manifold Studio I am unable to select the DynamicSVGExample token to edit. Just asks me to add new media

Thanks again for your help. Just want to be able to deploy a custom onchain svg art contract and use manifold frontend for users to mint, and a bit confused on what the best way to do this, thank you!

Hi @dailofrog thanks for reaching out.

Looks like you’re trying to create a Manifold Edition (fka Claim Page) with a custom onchain SVG asset. Is that correct?

A few things:

  1. Bad news: Studio doesn’t currently support displaying or editing custom tokens created by unknown deployers for security reasons. Sorry for the confusion there.
  2. Some good news: we actually do have an testnet version of the LazyClaim contract that supports minting Manifold Editions using onchain tokenURI. This should support your custom deployed SVG. Which chain are you looking to deploy on in production?

Adding @dongqtm to thread.