Smart Contracts 101 - Create a Simple Ethereum Smart Contract with Solidity

  Рет қаралды 95,014

Block Explorer

Block Explorer

Күн бұрын

In this smart contracts tutorial video we code a simple Ethereum smart contract using Solidity, using the online Remix editor, and test it's methods using the Javascript VM vitual Blockchain.
Remix IDE:
remix.ethereum.org/

Пікірлер: 52
@huckleberryfinn8795
@huckleberryfinn8795 2 жыл бұрын
BEST tutorials on blockchain ever!!! Thanks
@MetalMaple
@MetalMaple 2 жыл бұрын
Thanks for the video man, you're very articulate and easy to learn from. Subscribed
@amberzhang7097
@amberzhang7097 2 жыл бұрын
really straightforward and pratical! Thank you!
@sbaral20
@sbaral20 2 жыл бұрын
Thanks Jonathan. You made it look so easy. Very nice presentation .
@jamspiders4154
@jamspiders4154 2 жыл бұрын
Thanks, Jonathan, I've been looking around for a clear presentation for beginners and I'm happy to find you. I Look forward to the next presentations...
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
Thanks a lot Jam, glad you enjoyed the video!
@54m3u1
@54m3u1 2 жыл бұрын
Very excited to start following! I work in finance and have been exploring ways to embrace and interact with these new systems.
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
Thanks Owen. Yeah, its a super interesting space...lots of possibilities. Welcome aboard!
@vspruance1
@vspruance1 2 жыл бұрын
Really clear intro, can't wait to dig in. Thanks!
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
Thanks for stopping by Victoria : )
@anwaarh.gilanisyed1638
@anwaarh.gilanisyed1638 2 жыл бұрын
Thanks, Jonathan for sharing nice sample.
@pillpollen3154
@pillpollen3154 9 ай бұрын
Thank you! My first smart contract thank to you!
@UnwantedCommentary
@UnwantedCommentary Жыл бұрын
You rock! Thank you for this clear tutorial!
@mrbite9959
@mrbite9959 9 ай бұрын
Thanks for this man. Just started my journey in blockchain development
@aboughrira3498
@aboughrira3498 4 ай бұрын
A bit too late start adventuring into the crypto realm. Great video and thanks for sharing. Just realized I've been watching this video exactly 2 years after it was first recorded 😅
@user-cm3hf2wl7y
@user-cm3hf2wl7y Жыл бұрын
Great intro video, thanks
@alagappan2214
@alagappan2214 7 ай бұрын
It's really helpful mate, Thanks!
@salvigi1676
@salvigi1676 Жыл бұрын
Great video
@nataliamikhieieva8131
@nataliamikhieieva8131 Жыл бұрын
enjoyed watching ) thanks
@stephensalmon3148
@stephensalmon3148 2 жыл бұрын
Thanks. Very good teaching style. Hope your channel takes off.
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
Thanks a lot Stephen, I appreciate that!
@murat6018
@murat6018 2 жыл бұрын
I really enjoyed this tutorial. Thank you for your time. I think if you continue providing content like this, you'll get much, much more subscribes real quick (not that you're short on that lol but anyway).
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
Thanks for the kind words Murat...more vids coming soon!
@bekom34
@bekom34 2 жыл бұрын
Murat selam, bu teknoloji nerede ve nasıl kullanılıyor? Bilgi verir misin?
@murat6018
@murat6018 Жыл бұрын
@@bekom34 selam Bekir, Solidity dili bu. Ethereum blockchaininde smart contract yazmak için kullanılyor. Web3 olayını duymuşsundur belki, örnek larak NFTler verilebilir. decentralized applications yazılıyor, ben de yeni yeni anlamaya çalışıyorum işte
@Glow0110
@Glow0110 2 жыл бұрын
Can you take one of these taxed memecoin contracts and do a walkthrough breakdown? I am having a hard time fully understanding these kind of token contracts and how they work with Uniswap
@archangel4318
@archangel4318 7 ай бұрын
thanks
@wheeliewheelie
@wheeliewheelie 2 жыл бұрын
can you show us how to build a sniping bot...your a good teacher...
@montahabouziri4171
@montahabouziri4171 Жыл бұрын
thank u for this content it was very helpful! can you write us a Smart Contract with java or do u perhaps have any repo of any information about it ?
@jak0816
@jak0816 Жыл бұрын
nice
@johnbroadbent7296
@johnbroadbent7296 Жыл бұрын
Great vis but no matter what I do contract will not compile - any thoughts??
@ilyasabdul-gafarolaitan8708
@ilyasabdul-gafarolaitan8708 Жыл бұрын
I love this video buddy, I enjoy every bit of it. God bless you man ⬆️⬆️..
@BlockExplorerMedia
@BlockExplorerMedia Жыл бұрын
Thanks my friend, I really appreciate that. More coming soon!
@kavyakavi3452
@kavyakavi3452 2 жыл бұрын
Thank you nice explanation,how to transfer ropsten testnet eth from one account to another account using smart contract?
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
Hey Kavy, if you want to send Ether from a smart contract to an address, use 'transfer': ex. payable(msg.sender).transfer(_amount); From account x to account y, I'm not sure that's possible to do from a smart contract - I would just use a wallet if possible. Hope this helps.
@kavyakavi3452
@kavyakavi3452 2 жыл бұрын
Can I get a source code by using banking sector
@newborn7850
@newborn7850 2 жыл бұрын
Your videos has helped me a lot. I hv refered to my friends. I want to become SMART Contract developer. Pls give me some practice examples n use cases. Thanku lots
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
Thanks a lot, glad the videos were helpful. I'm planning to do a crypto currency smart contract video as well as an NFT contract next. I'll probably cover some other use cases as well - check back soon!
@newborn7850
@newborn7850 2 жыл бұрын
@@BlockExplorerMedia waiting . thank you
@oshoosho6326
@oshoosho6326 Жыл бұрын
current link of remix ide is different from the link suggested in video,kindly update in description and reply to the comment,thanks.
@BlockExplorerMedia
@BlockExplorerMedia Жыл бұрын
I've added the current Remix IDE url to the description. Thanks for letting me know!
@oshoosho6326
@oshoosho6326 Жыл бұрын
@@BlockExplorerMedia good job..you are welcome please.
@marcedouard421
@marcedouard421 Жыл бұрын
i really want to do an undergraduate thesis but i only have 2 months to propose it. I feel like i want to do something with solidity and smart contracts
@jjlol262
@jjlol262 4 ай бұрын
Did you end up doing it ?
@Elite_M1168
@Elite_M1168 2 жыл бұрын
remix sucks or sum its giving me a issue i fix then gives me the issue i just changed it from
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
i have experienced some issues with their UI, specifically with values in the input fields disappearing. hope they fix!
@tsunningwah3471
@tsunningwah3471 Ай бұрын
asasd1
@MetalMaple
@MetalMaple 2 жыл бұрын
Thanks for the video man, you're very articulate and easy to learn from. Subscribed
@BlockExplorerMedia
@BlockExplorerMedia 2 жыл бұрын
Thanks my friend, glad it was useful!
Solidity Tutorial - Basics: Functions
8:43
Block Explorer
Рет қаралды 9 М.
CODE IS LAW? Smart Contracts Explained (Ethereum, DeFi)
15:59
Finematics
Рет қаралды 352 М.
Barriga de grávida aconchegante? 🤔💡
00:10
Polar em português
Рет қаралды 10 МЛН
路飞把别人车窗给砸了#海贼王 #路飞 #斗罗大陆
00:18
路飞与唐舞桐
Рет қаралды 17 МЛН
白天使和小丑帮助黑天使。#天使 #超人不会飞 #超人夫妇
00:42
КАК ГЛОТАЮТ ШПАГУ?😳
00:33
Masomka
Рет қаралды 2,1 МЛН
Smart Contract Tutorial - Create a lottery smart contract in Solidity
45:23
STOP Learning These Programming Languages (for Beginners)
5:25
Andy Sterkowitz
Рет қаралды 623 М.
Deploy a smart contract to Ethereum using Truffle - A step-by-step guide.
1:10:14
What are Smart Contracts in Crypto? (4 Examples + Animated)
8:09
Whiteboard Crypto
Рет қаралды 513 М.
Build ENTIRE Frontends With ONE Prompt - OpenUI Tutorial
8:59
Matthew Berman
Рет қаралды 39 М.
Smart contracts - Simply Explained
4:17
Simply Explained
Рет қаралды 1,7 МЛН
Learn JavaScript With This ONE Project!
1:10:26
Tech With Tim
Рет қаралды 614 М.
Can you solve this Oxford admissions question?
8:18
MindYourDecisions
Рет қаралды 51 М.
How To Become A Blockchain Developer In 2023?
18:05
EatTheBlocks
Рет қаралды 112 М.
План хакера 🤯 #shorts #фильмы
0:59
BruuHub
Рет қаралды 1 МЛН
I wish I knew this When Istarted Programming #school #software  #codingtips
0:34
Claude Ams - Programming Guru 💻
Рет қаралды 11 МЛН
Start from 0 at any point on the T1 Digital Tape Measure
0:14
REEKON Tools
Рет қаралды 25 МЛН
Самый маленький игровой ПК
0:46
ITMania - Сборка ПК
Рет қаралды 584 М.
How Neuralink Works 🧠
0:28
Zack D. Films
Рет қаралды 23 МЛН