How To Code Your First Ethereum Smart Contract

preview_player
Показать описание
🤑Learn how to become a highly paid blockchain dev:

Рекомендации по теме
Комментарии
Автор

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.

marcbechamp
Автор

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

codysatornino
Автор

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 😀

sridhar
Автор

nice, I was looking for something quick like this to get me started

tankstechtutorials
Автор

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!

tyranitartrading
Автор

Following this code right now, wonder what will happen have Zero experience in this so praying for the best !

AlexCruz-zfqn
Автор

I did my first smart contract! Yay! But what happens when I decrement below zero? It gives me a wierd result.

arthurh
Автор

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?

diptanshumalviya
Автор

thanks. simple, short, sweet. appreciate it bro

solvability
Автор

Solidity hell is when you type in the exact code that's in the video but you 3 red compiler errors!!!!

TjSpoonManJacques
Автор

So once you connect your metamask your smart contract is ready?

pudsey
Автор

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?

rhondadotterer
Автор

I subscribed as soon as he said free boot camp. Worth it

moisespineda
Автор

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?

marcpanther
Автор

What if many people run the counter smart contract at the same time? How would it ensure the count is consistent?

strangeQuirks
Автор

How would you attach a deed to the smart contract?

HobbyistLifestyle
Автор

Your free 10 hour course isn't sending me an email to join.

trickstersabo
Автор

Awesome presentation - what would happen to uint value if we decrement when zero....

tvapp
Автор

Can I still do this with a Mac or NO ?

pinpeter
Автор

A wild guess, data types probably affect gas fees.

prototype