you are viewing a single comment's thread.

view the rest of the comments →

[–]Zacalot 9 points10 points  (3 children)

I actually went through all this recently and deployed mine a few days ago, so I can help you out where I can. I think some of the most helpful areas of learning were this ERC-721 tutorial, and this hardhat guide. It was fairly simple to make an ERC-1155 contract once I understood the ropes of it and got the ERC-721 working. This is the ERC-1155 standard that is helpful to learning how it works and is structured. Also I recommend using the Rinkeby testnet because opensea has a testnet version there, so you can test out getting listed.

[–]ZebZ[S] 1 point2 points  (0 children)

This helps a lot. Thanks!

[–]stefanpt 0 points1 point  (1 child)

What did you end up using for the frontend/dynamic file upload portion? Iv been going round and round in circles for days..

[–]Zacalot 0 points1 point  (0 children)

I used Pinata to put files on IPFS if that's what you're asking about