Register Remote Bridge
Register the ERC20TokenRemote contract with the NativeTokenHome contract.
Register Remote Bridge
After deploying the bridge contracts, you need to register the remote bridge with the home bridge. Use our toolbox to complete the registration:
Make sure you have:
- Successfully deployed your ERC20TokenRemote contract
- Have enough test ECH for gas fees

Register Remote Contract with Home
Register the remote contract with the home contract.
This will call the `registerWithHome` function on the remote contract on the current chain (). This links the remote bridge back to the home bridge on the source chain.
Please select a source chain
Please enter a remote contract address

Verify Registration
After registration, you can verify the process was successful by looking for the registration event in the transaction logs. You can find the registration confirmation in the toolbox.
Note
The registration process is a one-time setup that establishes the connection between your home and remote bridges. Once completed, you can proceed with token transfers.
Is this guide helpful?