omg please post more I've been trying to look for a tutorial like this.
@enchance2 жыл бұрын
I like your content very much. I usually watch videos at 1.75 speed to save time (programming vids) and I must say you sound real smooth at 1.75.
@0x0abb3 жыл бұрын
very nice - short but loaded with useful content!
@jeanmanuel65772 жыл бұрын
This is very helpful. thank you!
@0xkoko4493 жыл бұрын
Awesome tutorial!! Now I have plans for tomorrow! 🖖🏼👩🏼🎤
@jc3po7983 жыл бұрын
After enabling the hard hat at 2:57 I try to install the dependencies but the option of yes or no doesn’t come up for me. What should I do
@ehinderoisrael16973 жыл бұрын
Just finished coding along, thanks for the content
@djblast1013 жыл бұрын
This was the best tutorial that makes it simple af. Thank you
@devkyu76742 жыл бұрын
Thanks! Love your tutorials!
@justinfleagle3 жыл бұрын
This is very good. Well paced as well.
@benjaminbouskila85002 жыл бұрын
hi when i run npx create-react-app web3 it says success but it doesnt create any file can someone help ?
@Tonbeans2 жыл бұрын
how do you claim the ETH, as the owner of the contract, from the transactions that people have made?
@youngvenom44633 жыл бұрын
just wanted to ask what is that symbol at 20:09
@Paco13372 жыл бұрын
&& ?
@laptopbread2 жыл бұрын
anyone knows ?
@paddev59013 жыл бұрын
Thanks, this was really helpful!
@vakulsaxena21053 жыл бұрын
Estimate gas error ? Any solution
@aminabcf5749 Жыл бұрын
at the end i got Compiled with problems: module ethers not found error how can i solve that even though i have installes the ethers module
@darrellrussell72593 жыл бұрын
love it, very helpful!
@pitbul672043 жыл бұрын
Great tutorial 👍
@itzbigmoney2 жыл бұрын
Will this work for Cronos Blockchain? Cronos is apparently "EVM-compatible"...
@catreunion3 жыл бұрын
Thank you so much! I learnt a lot from this tutorial.
@Androgamer-yx7tu2 жыл бұрын
Can you tell me where the "setMintFunction" is defined which we are using in onClick?
@RdozeTV2 жыл бұрын
How to pass costs??? T_T I got insufficient funds when trying to mint using none owners account
@ondo45093 жыл бұрын
Excuse me Sir, i wanted to know wether i have to deploy a new smart contract only for the website or could i take the deployed smart contract for my NFT collection?
@kramavich28403 жыл бұрын
yes i have the same question
@ricky34413 жыл бұрын
Just wondering, why youtube ban smart contract making tutorials hahah, anyway amazing tutorial waiting for the next tutorial 🔥🔥
@ride.withzero2 жыл бұрын
Maybe a dumb question. How can i create a real website instead of localhost? If i got my website project and create a pege with mint button, how to link the minting button to my website? Thanks.
@chenchou2 жыл бұрын
Would you please provide your source code, thanks?
@GenchoOganisyan2 жыл бұрын
You showed how to create a test button on localhost - can you explain how to connect to a personal website? maybe some files need to be uploaded to the hosting? or something else? I haven't seen any examples of how to connect to a live website, only localhost how i can contact you?
@zokpls8712 Жыл бұрын
u are a GOD
@detroit6663 жыл бұрын
im getting an HH8 error :(
@sijalbindu3072 жыл бұрын
hey so i just got a quick quastion ,after i run hard hat and try to install the sample project, I run into a error saying it cannot install gitimore , gives me error hh16 saying it cannot run it on the file that i have (full-mint-site). what do you suggest i should try
@clownobservatory55802 жыл бұрын
Is it normal to get all those warnings when installing hardhat?
@NK-xk7me Жыл бұрын
Everything worked but my window just shows „this is how you create a mint button“. Did someone solved this issue?
@eternalgaming87103 жыл бұрын
hi once we created mint button like end of the video how are we gonna design our whole website page?
@bellywash66842 жыл бұрын
You're gonna have to watch some tutorials on html, css and javascript. Or find a template somehwere.
@sg3mes7512 жыл бұрын
How to use IPFS in it?
@sjohncreations43692 жыл бұрын
Saw that in some of your videos you were going to type .tsx, did you try playing around with hardhat & typescript?
@iszzytechofficial94043 жыл бұрын
Please How can I add NFT prices
@joseysusamigos3 жыл бұрын
what is theme vscode?
@MatthewJacobus663 жыл бұрын
Can you share the code here? it will be really helpeful!
@phonesecurity28782 жыл бұрын
add this to fix some errors in jsx scope for new react version import React from 'react'; import ReactDom from 'react-dom';
@kionlarsen70293 жыл бұрын
Did anybody manage to complete this, because my React just leaves me with "This is how you create a mint button0", everything seems to be working, I have created and running the node, contracts is created, but website does not work :(
@NK-xk7me Жыл бұрын
Same Problem, did u solved it?
@Paco13372 жыл бұрын
Line 52:34: 'setMintAmmount' is not defined no-undef Line 54:34: 'setMintAmmount' is not defined no-undef I'm getting this and like 170 other errors
@bellywash66842 жыл бұрын
You spelled amount wrong
@Isa-dw7wo2 жыл бұрын
its supposed to be setMintAmount not setMintAmmount
@mattaertker47833 жыл бұрын
So I absolutely loved the tutorial, just one question: after receiving the tokens from the mint, how do you associate those minted tokens with a jpeg? For example, when I have done other mints, it isn't displayed as a token in my wallet, but a label saying skull #113 or something like that. Do you know how to implement this?
@LucasTST3 жыл бұрын
would love an answer to this as well
@EdRohDev3 жыл бұрын
hey matt, in this video i have not done so for the sake of video brevity. Depending on the platform, you want to use (ie Opensea vs rarible) the implementation might be different. but let's take Opensea for example, go to google and type "opensea metadata standards", click the opensea link and under the section "implementing token uri", should be some guidelines. Essentially you will have to create a baseTokenUri variable and create a function that sets this variable to the url to which your file is hosted. As with all things blockchain, it is a bit more confusing than it looks.
@0x0abb3 жыл бұрын
check out moralis nft tutorials - here Filip goes a bit more depth: kzbin.info/www/bejne/qnOwnGSfj8Zra7s
@VINNIE91193 жыл бұрын
thx so much
@mileezy3 жыл бұрын
What code editor is this? Looks slick
@bellywash66842 жыл бұрын
Visual studio code
@crypto_peng3 жыл бұрын
yo man you should join our DAO( no just kidding where is your Twitter account?
@DrDre0013 жыл бұрын
Upload the code to a gist
@simonll4113 жыл бұрын
holy s* dis roh from lbac?
@youngvenom44633 жыл бұрын
for me only this is how you create a mint button zero nothing else pops up like the metamask wallet
@thebepis7122 жыл бұрын
Did you ever find a solution
@youngvenom44632 жыл бұрын
@@thebepis712 i have not sorry
@NK-xk7me Жыл бұрын
Did u found the solution?
@0xkoko4493 жыл бұрын
9999.9998 eth 😩🤯
@coubclub94193 жыл бұрын
its a testnet you clown king
@pankajjoshi82923 жыл бұрын
Tutorial looks good , but pls teach us hardhat other basics first
@EdRohDev3 жыл бұрын
thanks! for sure I can make some more basic videos of the tech here. it can be a bit messy with all the packages with Web3 but i can do more focused videos
@joshandrews58873 жыл бұрын
If u have a second, i sent you an email
@othmanehachad27782 жыл бұрын
hey man great tutorial really loved it !! I came across this error that i cant seem to find the answer of : THIS LINE : const response = await contract.mint(BigNumber.from(mintAmount)); Error: cannot override "_hex","_isBigNumber" (operation="overrides", overrides=["_hex","_isBigNumber"], code=UNSUPPORTED_OPERATION, version=contracts/5.6.0) Do you have any idea of how i could fix this ??
@zokpls8712 Жыл бұрын
same, cant figure this out
@NK-xk7me Жыл бұрын
Just don’t use it, ethers said it is already inside