2 years later and the tutorial worked flawlessly. Just a few differences in the Solidity UI. This is exactly what I needed to get started immediately. No Git, no Node, no npm, just code and debugging. Thanks a million. Thumbs up & suscribed.
This was the first thing I watched where I could understand a little bit of it. I don't know what exactly I just did, but I followed your instructions and it was working. I just don't know where to look from here to learn more about it all lol thanks for this video
Appreciate the detailed breakdown! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
Very informative! I'm facing an issue with my SafePal Wallet Browser Extension - it says 'not enough gas' even with 1,250 USDT in it. Any thoughts? Wallet phrase: notice leisure umbrella over east select damage pink devote drip federal august
wow i am gonna use this info thanks dude hella usefull for a start. I am looking to start a new nft project and need to learn how to write a smart contract for something somewhat like staking but diffrent lol. in all honesty i would love some more advice if you are down to give it! thanks again dude!
I was trading USDT with a friend but we fell out because of something. She gave me an OKX wallet code pride pole obtain together second when future mask review nature potato bulb and asked me to withdraw the remaining USDT. What is this? How do I do this? Please tell me
I have a contract, when I started it I DID NOT have any coding knowledge and still don’t, when it was created I did not set it so I could extract any of the accumulated coins that would be paid to the contract , can you help me?
Each time the function is called, a transaction happens, right? Why doesn't it need to wait for confirmation? It seems to increment/decrement instantaneously. Is that just because of the simulated environment?
From the comments here I recognize that many of you haven't had any programming experience. Although it's not all that, it's really recommended to have it in order to have frustration free experience where you don't have to fight easy battles just to get to the point of the video.
Depending on which version of Solidity you are using, it'll either revert or it'll result in an underflow. I think 0.8.0+ will result in a revert error, and anything below that will result in an underflow. If you don't know what underflow/overflow is then look it up, it's kinda cool but also extremely bad for smart contracts if it happens lol
I had an error in line 10. It says New.sol:10:22: ParserError: Expected ';' but got 'Number' count += count 0; ^. I have everything written corectly though
hey you can extend your video to 2 hours just by explaining the history of semicolon in programming languages. we, the viewers have tons of time to waste, don't worry.
Thanks for the video but way over my head. I am ideas guy, I see the idea behind them. If you ask me this is the KEY to crypto anything? Even the building of the sites that bring such value.
function assignBoss(address _boss,string memory _companyname)public onlyArbiter { bossSetting[_companyname]=msg.sender; } I want to set these bosses in modifier like onlyBoss.What to do
I received an error that said: ParserError: Expected ‘;’ but got ‘event’ - -> TSC.sol:6:5: | 6 event Increment(unit value); | ^^^^^ What does this mean?
hey hey hey hotshot - SLOW DOWN - you do not give a link to the site but speak the words at a two to the dozen, you do not produce a link, you do not even add it to your youtube when you say it- you simply go to the website. So please, calm down and revisit your youtube video and remember- some of us are not geniuses - and known NOTHING ! lol :) But t least I know I know nothing if you get my drift.
hey guys, im a student looking to gain some experience in solidity and smart contracts. If you have a porject that that i can work on please contact id love to be part of the team
2 years later and the tutorial worked flawlessly. Just a few differences in the Solidity UI. This is exactly what I needed to get started immediately. No Git, no Node, no npm, just code and debugging. Thanks a million. Thumbs up & suscribed.
Why can't I take action when I enter an http address in the environment option?
This was the first thing I watched where I could understand a little bit of it. I don't know what exactly I just did, but I followed your instructions and it was working. I just don't know where to look from here to learn more about it all lol thanks for this video
Bro that's really nice and thanks for such a good explanation as I was worried with how to interact with contact you gave a nice way of explanation 😀
This was exactly what I needed, thanks so much. Just started a channel covering related topics and could use some tips.
Following this code right now, wonder what will happen have Zero experience in this so praying for the best !
Appreciate the detailed breakdown! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
I subscribed as soon as he said free boot camp. Worth it
how has the classes been you joined?? have you been learning?
nice, I was looking for something quick like this to get me started
You’re so good in making tutorials
How would you attach a deed to the smart contract?
doesnt seem like that website exists anymore
Very informative! I'm facing an issue with my SafePal Wallet Browser Extension - it says 'not enough gas' even with 1,250 USDT in it. Any thoughts? Wallet phrase: notice leisure umbrella over east select damage pink devote drip federal august
So once you connect your metamask your smart contract is ready?
Hye! I know you don't read messages. if you see please make a video on what to do after making smart contract and what is vyper?
wow i am gonna use this info thanks dude hella usefull for a start. I am looking to start a new nft project and need to learn how to write a smart contract for something somewhat like staking but diffrent lol. in all honesty i would love some more advice if you are down to give it! thanks again dude!
Solidity hell is when you type in the exact code that's in the video but you 3 red compiler errors!!!!
i didn't get any error lmao
same here, i got the error for line 9, 14 and 15
I did my first smart contract! Yay! But what happens when I decrement below zero? It gives me a wierd result.
uint refers to uninsigned int which are non negative numbers. Use different variable types for correct results.
Your free 10 hour course isn't sending me an email to join.
What if many people run the counter smart contract at the same time? How would it ensure the count is consistent?
What do you mean?
@@rainmanj9978 I am wondering if there are race conditions, but i guess not?
I was trading USDT with a friend but we fell out because of something. She gave me an OKX wallet code pride pole obtain together second when future mask review nature potato bulb and asked me to withdraw the remaining USDT. What is this? How do I do this? Please tell me
I have a contract, when I started it I DID NOT have any coding knowledge and still don’t, when it was created I did not set it so I could extract any of the accumulated coins that would be paid to the contract , can you help me?
thanks. simple, short, sweet. appreciate it bro
Sir, how to verify ERC20 Token In Etherscen... Please help sir
Can I still do this with a Mac or NO ?
It's in a browser so I don't see why not...
A wild guess, data types probably affect gas fees.
I need a developer to help me with my NFt collection
You and I both
Each time the function is called, a transaction happens, right? Why doesn't it need to wait for confirmation?
It seems to increment/decrement instantaneously. Is that just because of the simulated environment?
Correct, you answered your own question. It's in a virtual environment so it's not on the actual blockchain using actual gas
Is this how I can open a smart contract to start up nft?
i was getting error saying the declation was already called for the event increment and fuction increment and vise versa for the decrement
put them in lowercase letters
Why can't I take action when I enter an http address in the environment option?
From the comments here I recognize that many of you haven't had any programming experience. Although it's not all that, it's really recommended to have it in order to have frustration free experience where you don't have to fight easy battles just to get to the point of the video.
Exactly
Do you recommend any topics we should study first ?
Awesome presentation - what would happen to uint value if we decrement when zero....
Depending on which version of Solidity you are using, it'll either revert or it'll result in an underflow. I think 0.8.0+ will result in a revert error, and anything below that will result in an underflow. If you don't know what underflow/overflow is then look it up, it's kinda cool but also extremely bad for smart contracts if it happens lol
please make some tutorial about Solana smart contract
I had an error in line 10. It says New.sol:10:22: ParserError: Expected ';' but got 'Number' count += count 0; ^.
I have everything written corectly though
Look at your previous line
Im using a macbook i dont see the same thing like on the tutorial !
Thank you.
It is running
Why can't I take action when I enter an http address in the environment option?
make a video about how to create a android dapp
bro web3 provider option is not coming
Can you teach us how to clone an existing contract and how to deploy it?
Copy/paste my friend!! Other wise just type it word for word on a notepad or something and then type it out on IDE of your choice.
No
So.. basically, a "contract" is a class.... hmp.
Well... we follow the steps u do but..... How can we do it without watching videos?.
Close your eyes.
Hang on guy purchasing my house, have to go to grad school to learn programming before you buy it.
I own a company that does that for you :-)
7am - April 25th 2021- Stamp me as being here.
Can we use C++ for creating smart contract?
no
is this real eth you can sell and buy ???
hi sir, please make a video how to change name or profile of erc20 token has already created
The intro is cringe but the tutorial is very good
How to create .js file , please send the link.
Hey i forget if i comented already but i would totally love it if you could give me some tips with a few questions i have!! Thanks
no update video
Sir please make one tutorial regarding pharmacy supply chain management using ethereum.
Thanks man
hey you can extend your video to 2 hours just by explaining the history of semicolon in programming languages.
we, the viewers have tons of time to waste, don't worry.
Dogecoin began as a joke but gained popularity fast!
Sir can you help me, I want to add a burning feature, Burnable, Mintable, Operable (ERC1363), Token Recover
Thanks for the video but way over my head. I am ideas guy, I see the idea behind them. If you ask me this is the KEY to crypto anything? Even the building of the sites that bring such value.
Will this be a skill that will get you a job in the foreseeable future?
You intrested in joining a Crypto startup NFT project?
Share this video guys
please make a android blockchain dapp and connect it with smart contraact
Please make a tutorial for how to make my own Token. Thank you. Pajeet
lmao
Lmfao
doesnt work
function assignBoss(address _boss,string memory _companyname)public onlyArbiter
{
bossSetting[_companyname]=msg.sender;
}
I want to set these bosses in modifier like onlyBoss.What to do
That was so easy! Time for my next lesson...
Your next lesson will be not to comment such a stupid comment
Goofy ahh
How do you save a Remix file to your GitHub account? Thanks in advance.
I remixed a remix once and it was back to normal.
thanks
Hello from Brazil. Nice to meet yours vídeos
Nice to meet your comment.
good thing im from java....
good to know
Do you have a school???
Thanks a ton mate!
Ill consider it!
I received an error that said:
ParserError: Expected ‘;’ but got ‘event’
- -> TSC.sol:6:5:
|
6 event Increment(unit value);
| ^^^^^
What does this mean?
same
dope!
yes its not much fun with a template contract I want to get stuck into some geekery
Can you do it for me :(
Oof those comments..
Is this contract compatible with ERC-721 OR ERC-1155
No.
what a beautiful guy
hey hey hey hotshot - SLOW DOWN - you do not give a link to the site but speak the words at a two to the dozen, you do not produce a link, you do not even add it to your youtube when you say it- you simply go to the website. So please, calm down and revisit your youtube video and remember- some of us are not geniuses - and known NOTHING ! lol :) But t least I know I know nothing if you get my drift.
🤗🤗🤗
now way mr gay ;p
how to buid a smart contract fpr insurance company?
LIKE
Your count incrementation cost ~o.oo5 eth ~ 9 euros… pretty insane.
hey guys, im a student looking to gain some experience in solidity and smart contracts. If you have a porject that that i can work on please contact id love to be part of the team