Это видео недоступно.
Сожалеем об этом.

Aave Developers Guide to the Aave Protocol

Поделиться
HTML-код
  • Опубликовано: 10 май 2022
  • Join Andrew Schmidt of Aave for a workshop titled, "Developers Guide to the Aave Protocol."
    This workshop is part of HackMoney 2022, a three-week virtual hackathon that will feature hackers, mentors, enthusiasts, sponsors and speakers who are all gathering online May 6 through May 27th, 2022 to help build the future of finance.
    ----------------------------------------------------
    Follow us: / ethglobal​
    Check us out: ethglobal.co​m
    Email us at: hello@ethglobal.com

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

  • @Parisa12331
    @Parisa12331 Год назад +1

    Hi, Nice demonstration. But, i am getting the following error when try to execute the flashloan in Goerli testnet with USDC
    Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending?
    execution reverted: Ownable: caller is not the owner
    {
    "originalError": {
    "code": 3,
    "data": "0x08c379a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000204f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
    "message": "execution reverted: Ownable: caller is not the owner"
    }
    }
    I have used the following addresses for deployment and flashloan
    //Goerli testnet 0xC911B590248d127aD18546B186cC6B324e99F02c
    //faucet address 0x1ca525Cd5Cb77DB5Fa9cBbA02A0824e283469DBe
    //USDC address 0x65aFADD39029741B3b8f0756952C74678c9cEC93
    Could you please advice how can i solve this problem?

    • @0xZurvan
      @0xZurvan Год назад

      The error message means that you need to have owner permision to run that method, seems like the method has OnlyOwner modifier

  • @breeze2375
    @breeze2375 Год назад

    i keep getting error 27, and other too. contract deploys, its the execution of the flash transact section that is causing this error.

  • @DonteeWeaver
    @DonteeWeaver 9 месяцев назад +1

    👀

  • @musclesciencetv
    @musclesciencetv 10 месяцев назад

    i keep getting this error : Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending?
    Returned error: {"jsonrpc":"2.0","error":"execution reverted","id":733672403766376}

  • @pranavkirtani
    @pranavkirtani Год назад

    is there a way to deploy the aave contracts locally on say gananche and test them/?

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

      It's an open source project. Anyone can copy them and deploy them locally to test the functionality

  • @yannisspaho2471
    @yannisspaho2471 2 года назад

    8:15