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!