Inheritance, Factory Pattern, & External Contracts | freeCodeCamp - Lesson #2

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 6

  • @Dem909
    @Dem909 2 роки тому +2

    Intro. 0:00
    Storage contract. 1:36
    Deploy a Contract from a Contract. 4:25
    Interact with Contract deployed Contract. 7:50
    A note about interfaces. 14:55
    Inheritance. 15:14
    Recap. 17:09

  • @ebrahimkarimi1388
    @ebrahimkarimi1388 3 роки тому +1

    Creating contracts from other contracts was a new tip that I learned today. thanks a lot.👍😀

  • @lobsanggyatso6280
    @lobsanggyatso6280 2 роки тому +1

    what is uses of storing a contract address in array. we can simply access through the instance of contract. I have done some project and uses the factoryPattern but never had store contractaddress in array. I don't know when to use it and its usages . can u please explain me .

  • @learningwithctu6451
    @learningwithctu6451 Рік тому

    if you assigns some homwork, this will be great!
    Thank you your video

  • @shanef791
    @shanef791 2 роки тому

    I'm only getting one simple storage contract after deploying, any idea's using ^0.6.0;

  • @davidkulman2291
    @davidkulman2291 3 роки тому

    Creating a new variable SimpleStorage doesn't work in solidity 0.8.0; do you have any tips on how to do the same thing in newer versions of solidity? Thanks a lot great video.