dreamineering / code-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Solidity 70.3%Language:JavaScript 29.7%