Bridge Tutorial
Last updated
Last updated
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:
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.
Send a transaction to the bridge contract deployed on the Polygon Mumbai chain in order to execute the function within the contract using the payload from event.
Let’s go!