Deploy the bridge
This section walks through deploying the Chromia and EVM components of a token bridge, using BSC testnet as an example.
These steps can be adapted to Ethereum mainnet, BSC mainnet, or Ethereum Sepolia by adjusting network configurations.
Deploy an ERC20 token on an EVM chain (this tutorial uses BSC testnet with the Test ALICE token).
Deploy the bridge contract on an EVM chain to enable cross-chain transfers.
Set up the event receiver and deploy the bridge on Chromia to handle cross-chain transactions.
Connect the deployed bridges by setting the bridge_demo_brid
in the EVM bridge contract.
Use the frontend to verify your deployment, approve token transfers, and bridge assets.