What Is Polygon zkEVM? The ULTIMATE Developers Guide!

Поделиться
HTML-код
  • Опубликовано: 20 июн 2024
  • Learn how the Polygon zkEVM works in-depth, and create a full-stack application on the Polygon zkEVM network from start to finish.
    📙Community Support 📙
    Discord: / discord
    🍕 Follow Me 🍕
    Twitter: / jarrodwattsdev
    ⌚ Timestamps ⌚
    0:00 Introduction
    0:52 Quickstart Guide
    1:22 What is this presentation?
    2:01 What is Polygon zkEVM?
    6:55 How does Polygon zkEVM Work?
    8:28 Submitting Transactions
    11:10 Executing Transactions
    14:09 Bridging & Withdrawals
    17:39 Batching Transactions
    23:06 Sequencing Batches
    27:30 The 3 States of Finality
    30:35 Aggregating Sequenced Batches
    36:31 Creating dApps on Polygon zkEVM
    37:21 Briding from L1 to L2
    39:42 Introduction to EVM Kit
    40:50 Creating the Project
    43:19 Setting up thirdweb
    45:49 Creating a Smart Contract
    47:00 Deploying to Polygon zkEVM
    51:25 Frontend Application
    59:17 Type-safe Contract Interactions (optional)
    1:04:13 Web3 Frontend Capabilities
    1:09:24 Other EVM Kit Features
    1:10:30 Closing Thoughts
    Thanks for watching!
  • НаукаНаука

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

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

    Did Polygon zkEVM encounter any issues or security vulnerabilities? I would like to write a research paper on it

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

    thankyou thankyou and thankyou

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

    Wow! Huge thank you for all the info!

  • @surojeetghosh237
    @surojeetghosh237 7 месяцев назад

    Nice explanation + tutorial

  • @justiceessiel6123
    @justiceessiel6123 8 месяцев назад

    super cool

  • @dev.soniabatista
    @dev.soniabatista Месяц назад

    How can I add a Polygon zkEVM Cardona in the chainlist of thirdweb?

  • @Alex-tsao-timi
    @Alex-tsao-timi 3 месяца назад

    Hi, this is a great video to understand Polygon zkEVM, thank you for sharing! One question I have is that it seems that you can see transactions details through zkEVM Polygon scan, maybe this is very basic, but I thought all transactions with zk proof are completely private 😆, I think I miss something here, appreciate it if you can help shed some light on my confusion, thanks

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

      Thank you! ZK proofs have applications for privacy, such as hiding aspects of your identity. However, zk rollups don’t use them for privacy. Each transaction is completely visible on L2 and also gets sent to L1. They use ZK proofs to verify the validity of batches on Ethereum.

  • @hyochanjang
    @hyochanjang 7 месяцев назад +1

    Do we have any mobile SDK for zkEVM to use in native app (Such as React Native)?

    • @JarrodWatts
      @JarrodWatts  7 месяцев назад

      I've been experimenting with thirdweb's React Native SDK portal.thirdweb.com/react-native

  • @circleofblessing9580
    @circleofblessing9580 6 месяцев назад

    Is react query not better instead of the useState from thirdweb?

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

      You can use both - the ThirdwebProvider accepts a prop where you can pass your own react query stuff in

  • @justiceessiel6123
    @justiceessiel6123 8 месяцев назад

    so is zero knowledge more for scalability or proofing without showing the real thing or both

    • @prontomatias3081
      @prontomatias3081 8 месяцев назад

      The concept of zk its the proof of something even if you dont have the full knowledge of what is being proven. You still can reliably trust that proof that was provided.
      The ZK proofs allow L1 (ETH) to trust L2 (Matic) and vice versa, this means that ultimately L2 will take the burden out of L1, so it makes it more scalable (throughput).

    • @prontomatias3081
      @prontomatias3081 8 месяцев назад

      I believe L2's magic its in using ZK proof of batches of transactions opposed to a single transaction in L1