zkevm code examples

This repository has various code examples to help you get started developing on the polygon zkevm

zkevm-nft-bridge-example

  • Shows how to build an nft-bridge using the messages property to share information between L1 and L2 polygon zkEVM
    • example contract nft-bridge
    • deployment contract nft-bridge
    • example on how to use the nft-bridge with a mock nft token

pingPongExample

  • Shows how to send messages using the zkEVMBridge