Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 469 Bytes

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