Bridge Tutorial
In this guide, we will explore the process of leveraging Nerif Network to automate a decentralized Ethereum Goerili to Polygon Mumbai bridge.
Please find relevant smart contracts and details here: https://github.com/nerifnetwork/bridge
Our primary goal is to build a workflow that will be operating within the below parameters:
Trigger workflow execution when Send event is emitted with chain ID 80001 (i.e. chain ID of Polygon Mumbai) on the Ethereum Goerli chain within the bridge contract.
Let’s go!
Last updated