Hey dear developers,
I wanted to use the burn and redeem app to burn a ERC1155 and mint a ERC721 sequentially in an existing contract.
It seems that I can only redeem an ERC1155.
Is there a way to achieve following logic:
Lazy mint ERC721 NFTs in a collection
Create a burnredeem erc1155 token
For every burn redeem the next ERC721 of the collection?
Thx in advance?
Or could I write my own contract and add a burnredeem mechanic to it?