Bro you are so freaking amazing, exactly that would help me a lot, a step-by-step guide from how to do the NFT to how to style the page on which it is going to be minted, you are amazing and I really appreciate your work. I send you a big hug!
Can you please make a video explaining how to fully connect individual NFTs from your collection with metadata, image, etc... Also confused with "base url" when creating the contract... Please make a full tutorial on connecting nfts to the contract and making sure others can mint nfts from your collection via mint button on website
The key difference between URIs and URLs is that URIs are identifiers, whereas URLs are locators. In other words, a URI simply identifies the resource. It does not describe or imply how to locate the resource. A URL does. URLs are therefore a specific subset of URIs. Meaning, all URLs are URIs, but not all URIs are URLs.
Hi WEB3 Club, I truly appreciate your time spent on helping all of us. Information like this would normally cost at M.I.T. or Oxford U. for a Online Blockchain Certificate even that's still good for those looking to work in the Blockchain field. Thanks again. Your a new age rockstar.
Hi, may I know how to mint the rest of my nft by using the same smart contract I previously created? I mean I had minted 1st 1000 nft but still got 9000 not yet mint..how to mint it with the same contract address next time?
Is it possible change or modify smart contract after creat collection on marketplace such as opensea to see collection on any marketplace connected to my metmask ?
The functions that i add to this contract following your tutorial do not compile. I get an expected error. It is very frustrating. Why dont you put the contract up on git hub
I crated a contract and verifiyed contract but other people minted free in my contract whit this function : Function: setApprovalForAll(address operator, bool approved) what is problem?
Hello my friend! This is one heck of a video, and I’ve never been so excited about making and deploying my own nft. I have a question as I’m stuck right at the deploy part. Thank you
Hey im trying to write this to use in a nft collection on CRONOS network. is it possible? also how can i change the price from eth to cro? thank you. love your videos.
Hi thank u so much man!such a gr8 video it was I just wanna create a simple nft minting dapp/page where a user mint and pays the amount and i receiv the amount which video should i go through to understand this?
Thank you so much for this! So with Remix, we don't really need to install anything locally to get a smart contract on the ETH network? Just use the site?
Your video is great, one of the best. But the text is small, please make it zoom as done by other RUclipsrs. Also please link the code when you are showing a code tutorial.
Hi Shobhit, can I check if we can help another address "MINT" an NFT? I see that some influencers on Opensea have MINTS but they said those Mints were send to them.
Hi, great videos, keep it up. Quick question. How do I code a whitelist minting? like only those accounts on my whitelist can mint. And during a specific time range? Thanks.
does deploying the contract again and again is being charged or deployment is single time upfront charge only... as i see u change the contract again and again?? is such practice liable on ethereum mainnet??
Hi there! I have a guy that is asking for a private fee. He says that this is build into the openzappelin code since a week now. Is this true, or is he scamming me?
How can I implement an already created contract into this? For example lets say the nft collection has already been launched on opensea and we want the rest to be available for mint on our website without changing the contract...
Question - Is it correct that when a developer deploys the contract for an NFT collection, they need to be given access to the private keys/seed phrases? it sounds a bit doggy .Can you help ,please?
Great video, I have just recently found this. Way better than all videos rn available on RUclips. Can I follow the same pattern to create NFT like beeple did?
Hey, I don't know if you're still active, but I encountered an issue when I input the string "require(totalSupply() < MAX_SUPPLY, "Can't mint more.");" I am unable to compile the code with the error: "DeclarationError: Undeclared identifier." with the error pointing arrows underneath the "totalSupply" expression. I copied your code verbatim. I will also let you know that I know quite literally nothing about programming lol. Any help is appreciated, thank you.
Hi Bro - thanks so much for this video, I really appreciate it. It might be a stupid question, but why are you not paying any gas fees when you deploy the contract?
I didn't imagine someone could explain smart contract coding so simply. Excellent work man!
By far the most understandable tutorial I've gotten so far!
Your unique style of teaching has really really made me to enjoy coding again and am never gonna stop this time....
Bro you are so freaking amazing,
exactly that would help me a lot, a step-by-step guide from how to do the NFT to how to style the page on which it is going to be minted, you are amazing and I really appreciate your work. I send you a big hug!
Thanks!
@@Web3_Club Bro there is a way to add a button to mint on an existing Website?
Can you please make a video explaining how to fully connect individual NFTs from your collection with metadata, image, etc... Also confused with "base url" when creating the contract...
Please make a full tutorial on connecting nfts to the contract and making sure others can mint nfts from your collection via mint button on website
Yes please
This would be great!
Yes please
The key difference between URIs and URLs is that URIs are identifiers, whereas URLs are locators. In other words, a URI simply identifies the resource. It does not describe or imply how to locate the resource. A URL does. URLs are therefore a specific subset of URIs. Meaning, all URLs are URIs, but not all URIs are URLs.
Amazing video! Im watching the whole collection of web3 video that you have!
Hello. Thank you very much for this tutorial. I've subscribed and can't wait to see more videos :)
hey bro, first time watching ur vid, appreciate u educating us
U do a very very very good job. Love the videos. I like it raw and no whistles and bells. Excellent channel
You are a champion. Keep this up man, great videos!
Thank you so much. Haven’t seen anyone else going into much detail on the ethereum side, it’s all polygon lol
much love bro
Bro I love your explanation
Hi WEB3 Club, I truly appreciate your time spent on helping all of us. Information like this would normally cost at M.I.T. or Oxford U. for a Online Blockchain Certificate even that's still good for those looking to work in the Blockchain field. Thanks again. Your a new age rockstar.
He really is
Thanks!
binging your vids -- thank you for the content!
Great video mate!
One suggestion, put the code in full screen, its a little hard to read.
Thanks!
Fckin perfect mate. Thanks for this tutorial!
Such a good tutorial. Pranam 🙏
I am stuck at the DeclarationError part for the ODG_Supply? Why is that
Bro amazing content !! saw many videos bur your the best so far , can you do more course about solidity , and also smart contract web3 security ?
hello , Thanks so much i am really have issues getting eth on my test network for Ropsten faucet , how do i go about this
Best video out there, learned a lot
I have a question , where do you put the supply and things like that
Hi, may I know how to mint the rest of my nft by using the same smart contract I previously created? I mean I had minted 1st 1000 nft but still got 9000 not yet mint..how to mint it with the same contract address next time?
When I follow your steps for some reason the code is not the same as yours?
Is it possible change or modify smart contract after creat collection on marketplace such as opensea to see collection on any marketplace connected to my metmask ?
The functions that i add to this contract following your tutorial do not compile. I get an expected error.
It is very frustrating. Why dont you put the contract up on git hub
I crated a contract and verifiyed contract but other people minted free in my contract whit this function :
Function: setApprovalForAll(address operator, bool approved) what is problem?
How to implement this in a wordpress website?
I Liked & subscribed @Shobhit, This was a great video! Thank You. I am headed back to the next video. lol.
Hello my friend! This is one heck of a video, and I’ve never been so excited about making and deploying my own nft. I have a question as I’m stuck right at the deploy part. Thank you
hello, how to send fee with mint function in frontend?
sir can you also make some tutorials on how to make tokens without using openzeppelin library.
my widhraw code is being error coz identifier not found or not unique
How do you update the baseURI after deploying contract?
how i put all the nft image in the contract put amazing for the video
What are the prerequisites to make these projects ?
Hey im trying to write this to use in a nft collection on CRONOS network. is it possible? also how can i change the price from eth to cro? thank you. love your videos.
Love your vids, I will be watching the whole series. Thank you
this contract done for solana?
can u plzz guide me how can i make this whole contract without importing anything plzz?..i've assignment to make erc721 nft without importing anything
Hi thank u so much man!such a gr8 video it was
I just wanna create a simple nft minting dapp/page where a user mint and pays the amount and i receiv the amount which video should i go through to understand this?
Sir can you teach me how to write the codes? Do you have any online classes?
Kudos man
Thank you so much for this! So with Remix, we don't really need to install anything locally to get a smart contract on the ETH network? Just use the site?
Right, you can deploy your contract directly from the Remix IDE.
Correct
How much would it cost to do a 10,000 collection
Hi, dont know if I am being thick but how do I now get this made contract on to opensea?
Im a photographer, do i need to link something on the base URL?
at 14:20 for payable you put parenthesis after isnt it not a function?
pls how to make pre-sale and mint nft in your site.
compilerMetadata is modifyingartifacts/Mynft.json ? what is this mistake?
Nice video sir
Your video is great, one of the best. But the text is small, please make it zoom as done by other RUclipsrs. Also please link the code when you are showing a code tutorial.
Great content man, keep it up!
Thanks!
Yes and then ?
Hi Shobhit, can I check if we can help another address "MINT" an NFT?
I see that some influencers on Opensea have MINTS but they said those Mints were send to them.
Hi, great videos, keep it up. Quick question. How do I code a whitelist minting? like only those accounts on my whitelist can mint. And during a specific time range? Thanks.
when I edit the contract the same it will not compile unless i delete the edits why is that?
please answer me , i done everything wen i click mint now he say to me La quantité max. de gaz doit être d'au moins 21000
you are an actual god
Great tutorial, man! Thanks a lot.
does deploying the contract again and again is being charged or deployment is single time upfront charge only... as i see u change the contract again and again?? is such practice liable on ethereum mainnet??
No, test a lot before you deploy
Baseuri is hosting my image nft and metadata?
Did you purchase ether? mINE GOT ERROR BECAUSE OF NO AMOUNT
Love the video mate!
Great video. very well explained. Next video please.. Show us how to verify the contract also.
Maybe later will show that as well.
Hi there! I have a guy that is asking for a private fee. He says that this is build into the openzappelin code since a week now. Is this true, or is he scamming me?
please is this a Vs Code software?
🤗🤗🤗
May i know the rough cost to mint 7k nft? Using eth network
when you're making changes and redeploying, are you modifying it live? are you creating multiple types? or is this a test-bed, not live?
It's a test net
@shobhit is there away to contact you for business requirement
What would you do if you wanted to make the first 1000 to be a free mint and then the rest at a certain price?
check the ID of NFT being minted. Require msg.value to be greater than rate if ID is > 1000
awesome video thanks
Great video and i will surely contact in you in the future concerning my ongoing project. But what do you use to call a function is it @
How do you load the nft image on the blockchain? And what happens if my metadata API goes down?
If API goes down, the metadata goes down with it.
@@Web3_Club how can you freeze the metadata on the blockchain?
@@LucaCarducci91 via IPFS
@@Web3_Club thanks, do you have any video about that?
@@LucaCarducci91 Need this too :)
How can I implement an already created contract into this? For example lets say the nft collection has already been launched on opensea and we want the rest to be available for mint on our website without changing the contract...
Use the ABI and contract address, send it to web3.contract and start calling the methods.
Help me alot
Top
sir, can u give the github (solidity contract) link of this project.
For a particular address how many tokens available
How we can find this any idea team
With the balance of function
@@Web3_Club thanks man
Hey man you neva added the link (mentions at 2:38)
How come with other tutorials you have to install either truffle or hardhat? I don’t understand that part. Thanks
I am using remix to do that part, hence don't need truffle or hardhat, but will need it if you want to do a lot of iterations on contracts
Thank you :D
You are a god send
but you havent defined onlyOwner modifier and the Owner() function?
That's provided by Ownable module from openzeppelin
@@Web3_Club thanks for the reply, you are awesome, i'll tell my friends to subscribe to you
I don't see withdraw in openzeppelin is that not token standard?
nope
Question - Is it correct that when a developer deploys the contract for an NFT collection, they need to be given access to the private keys/seed phrases? it sounds a bit doggy .Can you help ,please?
No you don't need to
Bro i am not getting this can you help me out
Wht did you did on 17.32 min !! My one cant compile because of that !
Great video, I have just recently found this. Way better than all videos rn available on RUclips.
Can I follow the same pattern to create NFT like beeple did?
Beeple just added in someone else's contract, can do same with Rarible or Foundation or SuperRare
@@Web3_Club will it not need a smart contract of my own?
@@farooqanwer1182 not necessary for 1/1 art
Hi great video !! Is it possible to transfer a NFT to a contract address, or does it have to be a wallet address
Can send to contract as well
So after I've done the coding, what do i do next? Just leave it there? or do I have to do something else?
Deploy it, check my other videos on how to do it
I'm launching a product is there anyway I can pay you to help me write my contract
thanks
Hey, I don't know if you're still active, but I encountered an issue when I input the string "require(totalSupply() < MAX_SUPPLY, "Can't mint more.");" I am unable to compile the code with the error: "DeclarationError: Undeclared identifier." with the error pointing arrows underneath the "totalSupply" expression. I copied your code verbatim. I will also let you know that I know quite literally nothing about programming lol. Any help is appreciated, thank you.
Hi Bro - thanks so much for this video, I really appreciate it. It might be a stupid question, but why are you not paying any gas fees when you deploy the contract?
I am paying it, just doesn't show up in video
Great videos. Thanks mate. Is the whole process of creating nft's applicable on the Ethereum Classic Blockchain?
Should be same as EVM is same
How to transfer NFT from contract to user's address?
Just call the transfer from method with apt arguments
Great video! Is there a video you talk about royalties of secondary sales?
I am not 100% sure but I believe that exists within the token metadata