thepeanutgalleryandco / create-and-mint-nft-collection

This code repo has been created to help NFT enthusiasts to create their generative art via the Hashlips generative art codebase and then to utilize the NFTPort API service to upload their NFT files and finally mint them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION]: deploy contract?

stackzwolle opened this issue · comments

hi
can i deploy contract with your script? didnt see it in readme file or didnt see any deploy js file in utils/nftport

thanks

Hi @stackzwolle

No, I didn't add deploying and updating contract scripts as it seemed to be a bit of a waste of time and is much easier to configure directly on the NFTPort website via (https://docs.nftport.xyz/docs/nftport/b3A6MjE0MDYzNzU-deploy-an-nft-contract and https://docs.nftport.xyz/docs/nftport/b3A6MjU2NTIyMTM-update-a-deployed-contract) OR Collection contracts (https://docs.nftport.xyz/docs/nftport/b3A6Mzk2MjA1MzQ-deploy-an-nft-collection-contract and https://docs.nftport.xyz/docs/nftport/b3A6Mzk2MjA1MzM-update-a-deployed-collection-contract) and then simply saving your request and responses into a text file.

@stackzwolle just out of curiosity, is there a reason why you would want to be able to do this via a script in your terminal as opposing to the NFTPort website APIs?