Rohan de Jongh

Results 20 comments of Rohan de Jongh

Fixed it in my repo - https://github.com/thepeanutgalleryandco/create-and-mint-nft-collection

You deployed a erc1155 contract instead of erc721. You need different code to mint against erc1155. Create a new erc721 contract and mint against that one.

Hi, you can try my repo as well. I added support for blank specifically or any blank keyword. https://github.com/thepeanutgalleryandco/create-and-mint-nft-collection

I added support for blank specifically or any blank keyword. https://github.com/thepeanutgalleryandco/create-and-mint-nft-collection

The code currently doesn't skip an item that has been minted already. It will get stuck. You can remove the object from the _ipfsMetas.json array so that when the mint...

Fixed it in my repo - https://github.com/thepeanutgalleryandco/create-and-mint-nft-collection

You need to purchase the growth plan if your mints are up and you didn't get into community plan.

Hi, you can try my repo as well. I added support for blank specifically or any blank keyword. https://github.com/thepeanutgalleryandco/create-and-mint-nft-collection

The layerconfigurations in the config.js is an array. You can check the original codebase of Hashlips on how to use multiple configuration sets to build an entire collection. Basically something...

`uniqueDnaTorrance is currently used as global maximum fail count for generating all DNAs. This makes this number dependent on the edition size. It is much more usable if this number...