Learn Solidity Smart Contract Development | Full 2024 Cyfrin Updraft Course

Поделиться
HTML-код

Комментарии • 527

  • @Niro-zy6wr
    @Niro-zy6wr 5 месяцев назад +78

    I can't believe you dropped this high-quality course for free again! I've almost finished the first part of your last blockchain course. Now I jump to this one.

    • @ishaqabdullahi7555
      @ishaqabdullahi7555 3 месяца назад +3

      Story of my life. I still cant believe this course is free.

    • @ikpeobioma7892
      @ikpeobioma7892 2 месяца назад

      Try and finish the first one you were doing

    • @devloper_hs
      @devloper_hs 2 месяца назад +1

      Any projects made?

    • @emmanueleban1096
      @emmanueleban1096 Месяц назад

      @@ikpeobioma7892 do I start from here as a beginner

    • @ilyasqamarudeen5282
      @ilyasqamarudeen5282 18 дней назад

      Please I need an advise , I started the old version(the one on freecode camp) of the course earlier although I have not gone far , but later discovered that the updated version is out , so I'm confused if I should finished the old one or I just start all over with this updated version

  • @ashlok_chaudhary
    @ashlok_chaudhary 17 дней назад +5

    Just started this course and from starting onwards learned so much of new things.
    DAY_1: 3:21:03
    DAY_2: 5:06:19

  • @gamalomar6946
    @gamalomar6946 2 месяца назад +15

    Foundry Simple Storage
    Foundry Install - 8:07:28
    Create a Folder in WSL - 8:17:26
    Foundry Setup - 8:19:02
    code . :(to get a new VS window defaulted to a contract folder) - 8:20:21
    forge init :(Create a new foundry basic project) - 8:22:40
    forge init --force : (if you run into an error because of you have some files in the folder already) - 8:23:04
    if you get a different error about git - 8:23:30
    Scripting - 9:04:32
    lib/forge-std - 9:06:58
    run function - 9:08:18
    vm keyword - 9:08:38
    new keyword - 9:10:37
    Temporary anvil chain - 9:12:08
    //////////////////////////////////////
    Foundry Fund Me
    Imports - 10:49:01
    lib folder - 10:52:07
    Remapping - 10:52:42
    Foundry Config - 10:53:12
    out - 10:54:34
    Error naming - 10:54:43
    Tests - 10:55:07
    Forge std - 10:56:29
    The Visibility of Logging (-vv) - 10:59:36
    Console - 10:58:41
    new keyword - 11:01:10
    Debugging Tests 1 - 11:03:57
    Advanced Deploy Scripts 1 - 11:06:25
    Forked Tests 11:08:57
    Change the visibility (-vv) & Stack trace - 11:10:41
    Different types of test - 11:11:52
    How to work with Addresses outside of our system (Alchemy) - 11:13:24
    Coverage - 11:15:53
    Refactoring 1 : Testing Deploy Scripts - 11:17:27
    .env - ‏‪11:13:34
    How to Deploy (Script & Test) - 11:21:35
    Refactoring 2 : Helper Config (Mocks) - ‏‪11:24:37
    Chainid - 11:30:53
    Broadcast (before & after) - 11:32:42
    Testing on different chains (Ethereum mainnet) -11:34:51
    Refactoring 3: Mocks (Anvil) - 11:37:42
    vm keyword and how to have access to it (pure - is Script) - 11:38:37
    Deploy our own priceFeed - 11:38:52
    Magic Numbers - 11:41:51
    Refactoring 111 Mocking (continued) - 11:43:54
    More Cheatcodes - 11:48:16
    Refactoring the Storage Variables 11:53:12
    How to check if the functions (Private or Public) - 11:54:21
    Cheatcodes: prank (Knowing whose doing what) - 11:56:03
    Std Cheats: makeAddr (Fake user) - 11:57:16
    Cheatcodes: deal (Fake Money) - 11:59:37
    (Arrange_Act_Assert )Methodology for working for Tests - 12:05:58
    Std Cheats: hoax - 12:10:40
    Use numbers to generate addresses - 12:11:07
    Chisel (write Solidity in terminal _ check small statements) - 12:15:36
    //////////////////////////////////////
    Gas
    Cheaper Withdraw _ Forge snapshot (.gas-snapshot) _ The Gas price of the actual chain we working on (like Anvil) - 12:17:01
    Cheatcodes: txGasPrice (Pretend to use a real gas price) - 12:18:19
    gasleft() function: (Tell us How much gas is left) - 12:20:00
    txgetprice() function: (Tell us the current gas price) - 12:21:01
    Storage (Gas Optimization Technique) - 12:21:49
    forge inspect or cast storage keyword (How to Check the Contract Storage Layout?) - 12:28:51
    Gas: Cheaper Withdraw (Continued) - 12:31:32
    Update some Errors & Variables - 12:37:42
    //////////////////////////////////////
    Interactions
    interactions.s.sol: (How to interact with our contract) - 12:39:22
    ReadMe - 12:40:05
    foundry-devops - 12:42:36
    Integration test - 12:47:50
    Makefile - 12:54:08
    zKSync DevOps - 13:02:28
    Push to GitHub - 13:17:10
    Recap - 13:33:05
    //////////////////////////////////////
    Foundry Smart Contract Lottery
    rm -rf (Folder name): Delete the folder that get cloned - 14:08:08
    NatSpec - 14:09:20
    Solidity Layout - 14:14:07
    Custom Reverts - 14:16:24
    Events - 14:24:22
    Events Video - 14:28:22
    End video: (Events in our Raffle.sol) - 14:35:13
    block.timestamp (Current approximate time) - 14:36:47
    Check to see if enough time has pass -14:39:40
    Chainlink VRF (Verifiable Randomness Function) - 14:42:13
    Chainlink VRF Video - 14:43:14

  • @vishalsinghpanwar2972
    @vishalsinghpanwar2972 4 месяца назад +59

    day 1 48:16
    day 2 1:14:38
    day 3 2:20:18
    day 4 3:33:11 (+challenge 1 done, NFT visible in opensea and metamask)
    day 5 4:36:00
    day 6 5:20:04
    day 7 6:00:39

    • @raghavendrarajupalagani1119
      @raghavendrarajupalagani1119 4 месяца назад +2

      bro how to do the challenge?

    •  4 месяца назад +7

      Don't Stop! Let's do this!

    • @razak-attar
      @razak-attar 4 месяца назад

      RPC calls are also covered in this course?

    • @IssaNana-k4d
      @IssaNana-k4d 3 месяца назад +1

      What happened? why the stop

    • @nightfallxyz
      @nightfallxyz 2 месяца назад +1

      YES! KEEP GOING! YOU ARE EFFING DOING IT BRO!

  • @ikpeobioma7892
    @ikpeobioma7892 3 месяца назад +16

    2:19:59 - solidity basics
    3:06:59 - remix basics
    3:25:20 - basic solidity functions
    4:01:55 - call data, memory and storage
    4:53:00 - importing smart contract files
    4:58:00 - using AI to aid your coding
    5:14:20 - inheritance in solidity.
    5:20:03 - Fund me (mini project).
    7:20:00 - Remix Fundme complete
    7:43:00 - end of AI prompting tutorial
    8:56:22 private key safety
    9:05:30 using scripts for deployment

  • @roguephilosopher2465
    @roguephilosopher2465 26 дней назад +2

    Great course, will be using this knowledge for security research and I’m loving it already. I work as a security guard between 6 pm and 6 am so I always have time to listen to tutorials and do bug bounties so this is very helpful! 🎉

    • @PatrickAlphaC
      @PatrickAlphaC  24 дня назад +1

      @@roguephilosopher2465 wow!!! Thank you so much!!

    • @ilyasqamarudeen5282
      @ilyasqamarudeen5282 18 дней назад

      Please I need an advise , I started the old version(the one on freecode camp) of the course earlier although I have not gone far , but later discovered that the updated version is out , so I'm confused if I should finished the old one or I just start all over with this updated version

    • @iitians720
      @iitians720 7 дней назад

      anyone completed it seriously , can we do all things without purchasing anything or depositing (not huge amount) because i know about blockchain (not much) , or everything can we do on testing bases , please clarify if anyone done this course fully

  • @giulianomarialodi3722
    @giulianomarialodi3722 5 месяцев назад +19

    This man is a HERO. Hope I can meet you once in my lifespan...

  • @darshit7106
    @darshit7106 23 дня назад +7

    No matter what,I am gonna complete it before february end. !!!!
    day 1 27:11 (18/12/24)
    day 2 1:28:10 (19/12/24 )
    day 3 1:57:53 (21/12/24)
    day 4 2:26:43 (23/12/24). (Not doing much development ☹..Involved in DSA and stuffs ...But will continue learning)
    day 5 2:39:57 (24/12/24)
    day 6 2:48:46 (26/12/24) (I know ... Very Less Time )
    day 7 4:03:32 (27/12/24)
    day 8 4:45:18 (29/12/24)
    day 9 5:20:00(3/1/24) (Happy new year bro....I am also using cyfrin updraft now so not able to update.)(Colleges are started , so not much dev.. :)
    Doing Node Js to wrap up complete Web2 . I will again resume in some weeks.

    • @prakharsrivastav6665
      @prakharsrivastav6665 22 дня назад +1

      hey bro, let's learn together!
      1:06:21 (21/12/24)
      2:03:53 (23/12/24)
      2:55:00 (25/12/24)
      3:39:29 (27/12/24)
      4:42:07 (29/12/24)
      BREAK (31/12/24)
      5:20:00 (02/01/25) (Happy new year to you btw)
      Starting DSA in C++ for 2nd semester, will continue after some days.

    • @darshit7106
      @darshit7106 22 дня назад +1

      @prakharsrivastav6665 yes Bro..!! Let's learn blockchain together..!!!!

  • @manorun7587
    @manorun7587 5 месяцев назад +292

    I dropped Netflix ever since I started learning from Patrick! Trust me you're never going back once you go Pat!

  • @irfanawan647
    @irfanawan647 5 месяцев назад +29

    Patrick you are doing amazing .. more than my university in all those years.. please add one bit more , please add certification for your amazing courses and proper exam so industry can recognise us faster and more . Thankyou so much . U r amazing

    • @PatrickAlphaC
      @PatrickAlphaC  5 месяцев назад +11

      @@irfanawan647 we will!

    • @meme_ocean
      @meme_ocean 5 месяцев назад

      Irfan bhai kon si university ma parte hu

    • @Muhammad-Faran
      @Muhammad-Faran 5 месяцев назад +2

      @@meme_ocean zaroori nai hai Pakistan mein irfan bhai sarr rahe hoo :(

    • @amandaburleson2035
      @amandaburleson2035 5 месяцев назад +1

      @@PatrickAlphaC but please make it easy for 12 year old girls who english is not our first language

    • @PatrickAlphaC
      @PatrickAlphaC  5 месяцев назад +1

      @@amandaburleson2035 for sure! Have you tried Cyfrin Updraft?

  • @akashdutta3708
    @akashdutta3708 Месяц назад +1

    I have started from the separate videos, Now I am practicing and now I get these with timestamp and Cyfrin Updraft. It's amazing.

  • @ROCKETM4N
    @ROCKETM4N 4 месяца назад +4

    really starting to dig into this area of Blockchain. Seen a handful of videos far and yours by far has taught me the most in the first 45 minutes and all the others have in multiple hours. Really appreciate you breaking down the basics and making it fundamentally understandable and additionally squeezing repetition. 👌🏼👌🏼

  • @LeandroMoreira53
    @LeandroMoreira53 3 месяца назад +11

    Im gonna become a blockchain and web3 professional. I'll study at least 1 hour, 3 days a week. Let’s do this!
    Day 1: 00:00
    Day 1: 18:00 - what is a blockchain
    Day 1: 19:30 - smart contract
    Day 1: 21:55 - whats is an oracle
    Day 1: 24:48 - L2 - Optimistic Rollups X Zero-Knowledge Rollups
    Day 1: 25:52 - Dapps

    • @dunyahanez3656
      @dunyahanez3656 3 месяца назад +1

      Hey! I'll do this too, keep in contact LMK how you're doing?
      I watched his last course but will be following with this one ! Let's go

    • @aaronvernekar7888
      @aaronvernekar7888 2 месяца назад +1

      thats great !!
      am starting it too
      would you like to connect over on discord ?

    • @nischalstha2736
      @nischalstha2736 2 месяца назад

      @@aaronvernekar7888 l would also like to connect. I am also starting today.

    • @cleancode2587
      @cleancode2587 Месяц назад

      @@aaronvernekar7888 I started the Cyfrin updraft course last month, I'm about to complete the NFT part, I'm in love with the course

    • @grantwilliams385
      @grantwilliams385 Месяц назад

      You still here?

  • @exploringnaturalbeauty2102
    @exploringnaturalbeauty2102 Месяц назад +3

    I am 24 and I want to build my career in blockchain field, hence I am starting with this humongous course: Day -1 (55:00)
    Day-2(1:23:00)

  • @lageekattitude
    @lageekattitude 3 месяца назад +1

    Thanks a lot for this course. It's a goldmine of information, even for someone who's been familiar with blockchain for years.

  • @samuelkime4624
    @samuelkime4624 2 месяца назад +5

    Taking this course and the other JavaScript solidity course too
    I hope to finish both of them before the end of the year

  • @Obey.v2
    @Obey.v2 4 месяца назад +3

    Hey found my way here just leaving this here rn...ill comment under this after i finish the course i feel like this is exactly the direction i wanted to go🎉

  •  4 месяца назад +3

    Did Python, Did JS (ok half of it but still)
    Now LET'S GO AGAIN 🔥🔥
    *Progress Bar* - _(*35.5%*/100%)_
    Day 4: 08:02:10
    Day 5: 09:32:50
    Day 6: 10:39:20
    Day 7: 12:10:02
    Day 8: 13:34:38

    • @xcelent
      @xcelent 4 месяца назад +1

      LETSGO BUDDY!

    • @razak-attar
      @razak-attar 4 месяца назад

      RPC calls are also covered in this course?

    • @edgarlopz241
      @edgarlopz241 3 месяца назад

      did u finish?

    •  3 месяца назад

      @@edgarlopz241 I am in vacations :)

  • @ЕрвандАгаджанян-в3к
    @ЕрвандАгаджанян-в3к 2 месяца назад

    Patrick, you are the best in the world!!!! Thank you so much for giving me these valuable knowledge! I have seen all this course, it took me 3 months, but there were the best 3 month. I'm so grateful to you!

  • @suszizo59
    @suszizo59 4 месяца назад +2

    your teaching skills are on another level Patrick!!!!!

  • @MovementFAV
    @MovementFAV 4 месяца назад +2

    Hi, Patrick! Day-2 of learning! I actually love the stuff so much thinking of quitting my day job :D
    Thx for teaching and inspiring!!!

  • @bardankarki5090
    @bardankarki5090 4 месяца назад +1

    I just bought a course for it and here you go with the latest one ,would be amazing,I loved your one that you did in free code camp for whole block chain devs

  • @JamesHector-e2d
    @JamesHector-e2d 19 дней назад

    You teach way more in-depth information than the other courses

    • @ilyasqamarudeen5282
      @ilyasqamarudeen5282 18 дней назад

      Please I need an advise , I started the old version(the one on freecode camp) of the course earlier although I have not gone far , but later discovered that the updated version is out , so I'm confused if I should finished the old one or I just start all over with this updated version

  • @SanketShinde
    @SanketShinde Месяц назад +6

    Preparing for Hackathon
    Day 1 - 30:00
    Day 2 - 2:20:35
    Day 3 - 3:15:00
    Day 4 - 4:22:00

    • @Eterackbroad
      @Eterackbroad Месяц назад +2

      Nice, how're you even moving this fast 😅

    • @SanketShinde
      @SanketShinde Месяц назад +3

      @@Eterackbroadi was preparing for hackathon . I just want to learn basic syntax and connectivity .
      Btw we won some bounty in hackathon.
      I'll continue the remaining video after my exams. 😅

  • @TyronneRatcliff
    @TyronneRatcliff 2 месяца назад +1

    Solid content Pat! There is a big demand for developers who are really good at coding smart contracts.

  • @peace-c6t4i
    @peace-c6t4i 5 месяцев назад +2

    The best blockchain teacher in the world🤝🤝🤝

  • @viktrified
    @viktrified 4 месяца назад +10

    I was already an hour in from the last year course until I discovered this!

    • @xcelent
      @xcelent 4 месяца назад +2

      HAHAHA same here bro

    • @preciousasuquo6120
      @preciousasuquo6120 3 месяца назад +2

      Mine was 9hrs😅

    • @viktrified
      @viktrified 3 месяца назад

      @@preciousasuquo6120 ouch lol

    • @MuthmaeenMoin
      @MuthmaeenMoin 3 месяца назад

      AND I am from freecodecamp course and almost finish 2 hours and found this , xd

    • @learnwithdami
      @learnwithdami 2 месяца назад +1

      Me too 😂😂

  • @t9fiction
    @t9fiction 5 месяцев назад +3

    So much love and thanks for this work... From Pakistan...

  • @mehrdad1068
    @mehrdad1068 5 месяцев назад +19

    That's premium content right here made available to us for free. Patrick is both a genius and generous

  • @CryptoOsprey
    @CryptoOsprey 2 месяца назад

    Thank you for doing this free. I am very grateful.

  • @kc-onehundred
    @kc-onehundred 20 дней назад +2

    Been contemplating getting into web3 and blockchain development but it's 3am and I'm here.. I can't get my mind past it😩24/12/2024 here we go, starting anyways ❤️

  • @johnzabula
    @johnzabula 8 дней назад

    Awesome.... Great content delivery 👏

  • @itszaid12
    @itszaid12 3 месяца назад

    I am incredibly excited for this course! Thank you Sir! 🔥

  • @benger01
    @benger01 5 месяцев назад +25

    You need one thing to make this course perfect: add problems to solve for each section to ensure we understand the lessons. Thank you for your help!

    • @Shadd1312
      @Shadd1312 18 дней назад

      just try to make all of Patric's projects on your own, if u stop at some point or test fails this is indicator where u have lack of knowledge.

    • @ilyasqamarudeen5282
      @ilyasqamarudeen5282 18 дней назад

      @@Shadd1312 Please I need an advise , I started the old version(the one on freecode camp) of the course earlier although I have not gone far , but later discovered that the updated version is out , so I'm confused if I should finished the old one or I just start all over with this updated version

    • @Shadd1312
      @Shadd1312 18 дней назад

      Versions differ only in coding aspect. Older one is bit outdated using hardhat so JavaScript too.
      This one is based on foundry which is modern environment using only solidity. If I were you I would have switch to this newest version.
      Because if you seriously thinking of taking this course, I would be annoyed if I've learnt outdated stuff and have to learn the same but in different format.

    • @ilyasqamarudeen5282
      @ilyasqamarudeen5282 17 дней назад +1

      @@Shadd1312 Thank you dear,

  • @eyiladeogoadedayo
    @eyiladeogoadedayo 3 дня назад

    Big ups to the editor...must have been a lot of work doing this

  • @Nck4444
    @Nck4444 2 месяца назад

    (somebody help me in the start)
    5:20:06 fund me intro
    5:23:09 fund me setup
    5:24:47 sending eth through function
    5:29:03 revert
    5:32:55 chainlink and oracle
    5:37:02 chainlink features
    5:47:28 mid lesson recap
    5:48:15 interfaces
    5:55:05 ai help
    5:57:37 importing from npm/github
    6:00:38 getting prices from chainlink
    6:04:33 more solidity math
    6:10:41 msg.sender
    6:12:23 quick recap
    6:13:20 library
    6:18:18 safemath
    6:23:22 for loop
    6:29:07 sending eth from contract
    6:36:57 constructor
    6:42:27 tesnet demo
    ⭐advanced solidity
    6:47:31 immutable and constants
    6:54:47 custom errors
    6:57:36 fallback and recieve
    7:09:48 zksynk plugin fix
    7:11:00 Deplyoing to zksync
    7:17:15 remix fund me recap
    ⭐ (07:20:06​) | Section 5 | AI Prompting

  • @LouisNwadike-u2h
    @LouisNwadike-u2h 3 месяца назад

    You're truly a Legend man! Thanks for this content 🥂

  • @farulusworking
    @farulusworking 2 месяца назад

    ⭐ (00:00:00​) | Section 0 | Welcome
    ⭐ (00:17:57​) | Lesson 1 | Blockchain Basics
    🎧🎧🎧🎧🎧🎧🎧🎧🎧🎧 Solidity - Remix 🎧🎧🎧🎧🎧🎧🎧🎧🎧🎧
    ⭐ (02:54:56​) | Section 2 | Welcome to Remix - Simple Storage
    ⭐ (04:42:10​) | Section 3 | Storage Factory
    ⭐ (05:19:59​) | Section 4 | Fund Me
    ⭐ (07:20:06​) | Section 5 | AI Prompting
    🛠🛠🛠🛠🛠🛠🛠🛠🛠🛠🛠🛠🛠 Solidity - Foundry 🛠🛠🛠🛠🛠🛠🛠🛠🛠🛠🛠🛠🛠
    ⭐ (07:44:08​) | Section 6 | Foundry Simple Storage
    ⭐ (10:41:18​) | Section 7 | Foundry Fund Me
    ⭐ (13:34:57​) | Section 8 | HTML Fund Me
    ⭐ (14:01:47​) | Section 9 | Foundry Smart Contract Lottery
    ⚒⚒⚒⚒⚒⚒⚒⚒⚒⚒⚒⚒⚒ Solidity - Advanced Foundry ⚒⚒⚒⚒⚒⚒⚒⚒
    ⭐ (19:24:45​) | Section 10 | ERC20s
    ⭐ (19:58:06​) | Section 11 | NFTs
    ⭐ (22:51:59​) | Section 12 | DeFi Stablecoin
    ⭐ (27:55:54​) | Section 13 | Merkle Trees and Signatures
    ⭐ (30:28:49​) | Section 14 | Upgradable Smart Contracts
    ⭐ (31:47:33​) | Section 15 | Account Abstraction
    ⭐ (36:00:08​) | Section 16 | DAOs
    ⭐ (37:15:34​) | Section 17 | Security Introduction

  • @web3educator
    @web3educator Месяц назад

    Amazing this is free. What a time to be alive

  • @rexampah2041
    @rexampah2041 5 месяцев назад +4

    Patrick Collins! You’re the man.

  • @izuchukwuemmanuel8987
    @izuchukwuemmanuel8987 4 месяца назад

    7:27:28 "when *foundry* is hallucinating"
    Great content!

  • @rhn_prdty
    @rhn_prdty Месяц назад +1

    Terima kasih bang patrick telah memberikan ilmu yang bermanfaat aku sangat berterima kasih❤

  • @sakshibansal8380
    @sakshibansal8380 21 день назад

    starting this course on 22nd dec .will finish foundry this before my vacation ends in next 10 days. wish me luck .ill update progess along the way

    • @PatrickAlphaC
      @PatrickAlphaC  20 дней назад

      @@sakshibansal8380 good luck!

    • @ilyasqamarudeen5282
      @ilyasqamarudeen5282 18 дней назад

      @@PatrickAlphaC Please I need an advise , I started the old version(the one on freecode camp) of the course earlier although I have not gone far , but later discovered that the updated version is out , so I'm confused if I should finished the old one or I just start all over with this updated version

  • @JamesHector-e2d
    @JamesHector-e2d 19 дней назад

    Thank you for creating this epic course!🎉

    • @ilyasqamarudeen5282
      @ilyasqamarudeen5282 18 дней назад

      Please I need an advise , I started the old version(the one on freecode camp) of the course earlier although I have not gone far , but later discovered that the updated version is out , so I'm confused if I should finished the old one or I just start all over with this updated version

  • @Grucha1998
    @Grucha1998 5 месяцев назад +5

    You are crazy Patrick, the best teacher on the planet 🔥 🔥 🔥

  • @ThatEsque
    @ThatEsque 10 дней назад

    Day 1:
    Date 03-01-2025
    03:44:27
    Day 2:
    Date 07-01-2025
    04:43:00
    Day 3:
    Date 08-01-2025
    05:21:00
    Day 4:
    Date 09-01-2025
    06:45:35
    Day 5:
    Date 10-01-2025
    08:40:35
    Day 6:
    Date 11-01-2025
    09:36:58
    Day 7:
    Date 13-01-2025
    10:53:14

  • @Princemwelase
    @Princemwelase 2 месяца назад

    Started today and i thank you for the course

  • @Leediaa
    @Leediaa 5 месяцев назад +2

    Im glad to be apart of thisss!

  • @ccanft
    @ccanft 8 дней назад +1

    I can't find my comments 😅
    Continuing nonetheless
    Day 9 or so 5:23:24
    Day 10 code-in-course 5:04:48

  • @portport
    @portport 5 месяцев назад +4

    gm, go Cyfrin! Thanks for the ZKsync shout out!

    • @PatrickAlphaC
      @PatrickAlphaC  5 месяцев назад +2

      @@portport oh it’s more than a shout out in here ahahaha

    • @portport
      @portport 5 месяцев назад +2

      @@PatrickAlphaC I haven't made it that far yet :D

  • @LaurinV
    @LaurinV Месяц назад

    3 minutes in and I already love you

  • @QTCrypto
    @QTCrypto 3 месяца назад +1

    Oh wow a full course coding bro. So respect ❤

  • @jatinnandwani6678
    @jatinnandwani6678 4 месяца назад +2

    Thanks!

    • @PatrickAlphaC
      @PatrickAlphaC  4 месяца назад +2

      @@jatinnandwani6678 wow thank you so much!!

  • @fanhy55
    @fanhy55 19 дней назад +1

    No matter what,I am gonna complete it before 2025. !!!!
    24-12-25 1:23:05

  • @ThapeloBhembe-cn1wq
    @ThapeloBhembe-cn1wq 3 месяца назад +7

    Starting today 😊 will return to this comment after 3 months

  • @joranvanwesenbeeck5643
    @joranvanwesenbeeck5643 5 месяцев назад +1

    AMAAAAZING COURSE !

  • @RachitSrivastava-r2l
    @RachitSrivastava-r2l 5 месяцев назад +5

    Hi Patrick ! Awesome course...just one thing, can you guys add an exam at the end of the course so that it can be recognized in the industry and can help us in terms of getting internship an jobs.
    Once again thank you very much.

    • @PatrickAlphaC
      @PatrickAlphaC  5 месяцев назад +6

      @@RachitSrivastava-r2l working on it!

    • @cleancode2587
      @cleancode2587 Месяц назад

      @@PatrickAlphaC Thanks patrick

  • @JavaWhizz
    @JavaWhizz Месяц назад +1

    Requests for native tokens require the user to hold at least 1 LINK on Ethereum Mainnet. This restriction does not apply to requests for testnet LINK.

  • @vipracitti
    @vipracitti 4 месяца назад

    I started this course and my journey as web3 security reviewer on 18th Aug 2024,
    Today is Day 6 (05:19:59) section 3 completed.

    • @KAPILGUPTAIITM007
      @KAPILGUPTAIITM007 4 месяца назад

      Hey how is this like I don't know dev as much bcz I do competitive programming but i wanna learn this crazy stuff so can u tell me like if i have no backup of dev still can i do this
      Pls buddy reply soon

    • @vipracitti
      @vipracitti 4 месяца назад

      @@KAPILGUPTAIITM007 i also didn't knew any web development and yet i managed to understand how to write up a smart contract, its useful as per my experience yet and i'm not much experienced.

    • @razak-attar
      @razak-attar 4 месяца назад

      RPC calls are also covered in this course?

  • @tiktok2302
    @tiktok2302 5 месяцев назад +1

    The best version so far

  • @muhammadsalem1779
    @muhammadsalem1779 2 месяца назад +1

    Hay @PatrickAlphaC, I thought I should let you know that the video freezes and scrambles from 9:47:50 till 9:50:45.

    • @PatrickAlphaC
      @PatrickAlphaC  2 месяца назад

      @@muhammadsalem1779 ah, sorry about this. Thank you!

  • @miraclejohn5220
    @miraclejohn5220 19 дней назад

    starting this today. I'm hoping to complete it in 21 weeks
    I'll update as i go

  • @darkyz543
    @darkyz543 5 месяцев назад +6

    Thank you Patrick. This course is awesome, is a gem. I appreciate your effort and dedication. I am amazed. You just made me a fervent follower.

  • @epignosistv
    @epignosistv Месяц назад

    Congratulations 🎉Sir

  • @kresna8930
    @kresna8930 2 месяца назад

    Thank you so much for this video. this really helped

  • @a7madbashir542
    @a7madbashir542 3 месяца назад +2

    Regardless of the course content which was great and full of huge information.
    After watching previous course, What should I go with now? Hardhat or Foundry

    • @PatrickAlphaC
      @PatrickAlphaC  3 месяца назад +1

      foundry :) 100%

    • @PatrickAlphaC
      @PatrickAlphaC  3 месяца назад +1

      foundry :)

    • @a7madbashir542
      @a7madbashir542 3 месяца назад

      @@PatrickAlphaC Wow ok! let's make a deal I learn how to use foundry correctly in the next 2 month and you would offer me a job with your company😁😁
      If yes, then let's make a pinky promise😎

    • @PatrickAlphaC
      @PatrickAlphaC  3 месяца назад +4

      @@a7madbashir542 ahah that’s not how it works. If you study up and apply the knowledge and look like you’d make a great fit for our team we’d hire you.
      But no promises at all

  • @aliparsa1028
    @aliparsa1028 5 месяцев назад +1

    Thanks for your trying for creating this course dear Patrick. I hope the best situations for you ❤

  • @edwassermann8368
    @edwassermann8368 2 месяца назад

    Thanks very much. Great tutorial.

  • @FortunateOmonuwa
    @FortunateOmonuwa Месяц назад +2

    Who’s ready to join me on this journey? Let’s plan together, hold each other accountable, and track our progress as a team??

    • @taiwoadeola2518
      @taiwoadeola2518 Месяц назад +1

      Let do it boss

    • @EnigmaPy-tl7kn
      @EnigmaPy-tl7kn Месяц назад

      You on facebook?

    • @EnigmaPy-tl7kn
      @EnigmaPy-tl7kn Месяц назад

      ​@@taiwoadeola2518yes leta do it

    • @GNCryptohub
      @GNCryptohub Месяц назад

      I'm on whatsapp I'm in just reply under your comment with your whatsapp number(include country code)

    • @GNCryptohub
      @GNCryptohub Месяц назад

      I'm in

  • @beccalangdon5463
    @beccalangdon5463 5 месяцев назад +1

    What a lovely buffet of choices

  • @divinevoiceint
    @divinevoiceint 4 месяца назад

    You're an Amazing Individual Patrick.

  • @user-kg7hb3jg6w
    @user-kg7hb3jg6w 25 дней назад

    18:40:09 InvalidRequest() => you 1.should add setConfig in deployRaffle.s.sol. 2. And create it in helperConfig.s.sol

  • @PhillTheo
    @PhillTheo 21 день назад +1

    I have recently developed an interest in blockchain and form your content it looks great with lots of hours I have no idea where to start from. Could you please help recommend the order in which i should watch. Thank you.

    • @PatrickAlphaC
      @PatrickAlphaC  20 дней назад

      @@PhillTheo start here or Cyfrin updraft!

  • @kenaerodosage4827
    @kenaerodosage4827 28 дней назад

    Day 1, 2:02 pm Dec 5th 2024 0:00
    I don't know what day it is, so let's say:
    Day 4, and I've swapped directly to the website, but I'm at 3 hour mark based on this video
    8:01 pm Dec 28th 2024
    Jan. 12th Solidity Basics Complete, 7:43:03

  • @marccasals5174
    @marccasals5174 5 месяцев назад

    Wow I was doing your freecodecamp course and I was a bit confused with the Hardhat part because there were new concepts that were not explained. I'll keep it with this new course starting with Foundry. Thanks for your work.

    • @razak-attar
      @razak-attar 4 месяца назад

      RPC calls are also covered in this course?

  • @diego0014
    @diego0014 5 месяцев назад +12

    Zero to blockchain engineer speedrun any%

  • @AD-ix7cv
    @AD-ix7cv 3 месяца назад

    That is so amazing doing the right thing will become Infrastructural

  • @CRYPTOJAGATTHU
    @CRYPTOJAGATTHU 5 месяцев назад +1

    One the best course hey i turned this video in background btw i am watching this course on cyfrin 😅

    • @PatrickAlphaC
      @PatrickAlphaC  5 месяцев назад

      YOU WIN!!! Yes. Gold star. Well done.

  • @WEB3BOY
    @WEB3BOY 5 месяцев назад +2

    Shoutout from a fellow auditooor 🚀🚀

  • @abhishekrh3852
    @abhishekrh3852 2 месяца назад +1

    Hey Patrick! Thanks a ton for this! Really!
    Could you please provide lesson-wise timestamps for this video like you did for the 32-hour course?... just a request.. it would be really helpful...

    • @PatrickAlphaC
      @PatrickAlphaC  2 месяца назад

      Have you seen Cyfrin Updraft? It has all of those!

    • @abhishekrh3852
      @abhishekrh3852 2 месяца назад

      @@PatrickAlphaC Yes Patrick, I have seen and tried it.. i was finding it difficult to navigate through the videos bcz of shortcuts ..

  • @arpitrathore685
    @arpitrathore685 Месяц назад +1

    2:20:00 DAY 1 COMPLETE BASICS
    5:55:00 DAY 2

  • @adityagaur2223
    @adityagaur2223 2 месяца назад +1

    Thinking about starting this 38 hour course just before I start need to know something
    Is there some prerequisite?
    I have experience in javascript and next js and node js that is all I know
    Second question is i tried learning solana and all those developers assume you already know about blockchain basics like wallets and what ever is used do i already need to know that?
    Also wanted to know are there working projects in this course that I can add to my resume I mean even if it's not there it's not a problem don't expect much from a single video just asking

  • @sipp5657
    @sipp5657 20 дней назад

    This is insane!

  • @VarunMalik-mo6mr
    @VarunMalik-mo6mr 5 месяцев назад +1

    You just save me brother ❤❤

  • @solomonshabat4542
    @solomonshabat4542 2 месяца назад

    Thanks sir and God bless you

  • @WeAreYEIBA
    @WeAreYEIBA 7 дней назад

    great explanations about blockchain basics but you need some illustration to expose it to address the case

  • @polynn4539
    @polynn4539 5 месяцев назад

    Thanks for your new updates

  • @ranral7634
    @ranral7634 17 дней назад

    hello, thanks for your hard works and your great course
    I just want to point that around 9:49:00 up to next section of videos which is named as "installing foundry-zksync" your video is corrupted. voice is in tact but videos is not working well. it seems that section is related to formatting in VS code.

  • @1stAmendmentDrone
    @1stAmendmentDrone 5 месяцев назад +1

    Thanks for what you do for us in the world of Smart Contracts.
    With said, i took your course maybe 2 years ago. I made it up to Aliens part. I don’t really remember much now. I wanted to start again. I made it to where we do the first simple storage smart contract lesson and i’m lost on solidity. I cannot figure how to open a new contract. There’s a great chance it’s because i’m extra shot after not taking a break for a few hours. I’ll try again tomorrow maybe.

    • @PatrickAlphaC
      @PatrickAlphaC  5 месяцев назад +2

      @@1stAmendmentDrone remember to pace yourself and use an AI buddy!

  • @Mohamed.GadAllah
    @Mohamed.GadAllah 4 месяца назад +1

    Hi, it is my first time to know about such topics. Please I am some how lost, but really interested to learn it, what is the prerequisites before this course as I am 1.5 hours and do not follow many things, please advise and let me know. Thanks 👍.

    • @PatrickAlphaC
      @PatrickAlphaC  4 месяца назад +2

      @@Mohamed.GadAllah ask a lot of questions in the discussions! Anytime you don’t understand something, ask!

  • @luloxeth
    @luloxeth 5 месяцев назад +2

    A new standard has been set

  • @But-t1y
    @But-t1y 4 месяца назад +1

    Day 1 : 43:12
    Day 2 : 1:01:47
    day 3 : 2:09:35

  • @femifasusi453
    @femifasusi453 4 месяца назад

    This is priceless ❤

  • @xcelent
    @xcelent 4 месяца назад +2

    i was stuck in the earlier module ruclips.net/video/gyMwXuJrbJQ/видео.html by Patrick and i was stuck in there until i figure theres a new module for this lesson and longer edition (previous 32 hours)
    (Earlier Module) Learn Blockchain, Solidity, and Full Stack Web3 Development with JavaScript - 32-Hour Course Recap
    Day 1 : 32:07
    Day 2 : 1:17:27
    Day 3 : 2:36:05
    Day 4 : 3:32:16
    Day 5 : 5:07:51 (Stuck and pivot to this latest module)
    (Latest Module) Learn Solidity Smart Contract Development | Full 2024 Cyfrin Updraft Course
    Day 5 : 7:18:18
    Day 6 : 9:50:16
    Dat 7 : 11:00:34 (At this point i felt amazing i was stuck at the toml file and figure that out bymyself and with chatgpt for almost a hour, after i fixed it you know what coding is fun and amazing lol (beginner intuitive pardon me😭)
    Day 8: 11:37:14 ( Im being honest patrick i quite fast and i cant compete it so i make the video playback 0.75 and also i got some error i cant fix and im stuck but lets go)
    Day 9: 13:03:24
    Day 10 13:45:41
    Day 11 14:13:24

    • @shadowslayer2248
      @shadowslayer2248 3 месяца назад +1

      Bro I am a beginner in Web3 and Blockchain. Came to this channel, saw a new and improved version compared to the FreeCodeCamp one which feels kinda outdated(2 years ago). Just wanted to ask that the course here and on Cyfrin Updraft teaches how to deploy on zksync. Like what is it? How's it different? Can I build ethereum apps even if I'm learning zksync?

  • @MohamedKhadirAbdi
    @MohamedKhadirAbdi 18 дней назад

    For the past three years I’ve started and dropped and started again💔. Hopefully this time I finish the course and change my life

  • @w.o.jackson8432
    @w.o.jackson8432 5 месяцев назад +2

    I'm already halfway through video 2 of the older foundry course, if I don't care about zksync is it worth switching to this one? The length is dramatically longer.

    • @PatrickAlphaC
      @PatrickAlphaC  5 месяцев назад

      @@w.o.jackson8432 you can keep going with the 2023 videos! Just be sure to use the GitHub repo and discussions if something is outdated

    • @w.o.jackson8432
      @w.o.jackson8432 4 месяца назад

      @@PatrickAlphaC Perfect, thanks!

  • @xbtmush
    @xbtmush 3 месяца назад +2

    *Day 1:* 1:21:20
    *Day 2:* 2:25:00

  • @quizabox
    @quizabox 4 месяца назад

    This is great, amazing! Any plans for a full stack course?

  • @ЕрвандАгаджанян-в3к
    @ЕрвандАгаджанян-в3к 5 месяцев назад +1

    Please, tell me, what is the main difference between this course and your 32hours course about Blockchain-Solidity-Smart contracts-JS which you issued 2 years ago?
    I ask, because now i have finished 14 hours from that course (32 hours course) and I think, should I start learning this course after I finish my current.
    Thanks

    • @PatrickAlphaC
      @PatrickAlphaC  5 месяцев назад +6

      @@ЕрвандАгаджанян-в3к it’s up to you! This one is more modern. I would suggest following this one. That one is a little stale. You’ll be able to get up to speed quickly on this one since you’ve taken so much of that one!

    • @ЕрвандАгаджанян-в3к
      @ЕрвандАгаджанян-в3к 5 месяцев назад

      @@PatrickAlphaC Thank you very much! You are the best!!!

  • @st-ger
    @st-ger 2 месяца назад +2

    You have a playlist which has E vids and this video has same content but the time difference is huge ...