AMT Bridges
In this section, we provide a detailed guide for developers to build an Arbitrary Message Transmission (AMT) bridge on BOOLNetwork. An outline of each section is as follows:
Network configuration: add BOOL Testnet chain to your wallet.
Create committees: create at least two dynamic hidden committees on BOOLScan.
Build a bridge: deploy your application-specific Anchor contracts onto at least two blockchains and submit your newly created bridge to the BOOL chain to activate it.
Bind your application with Anchor: fetch Anchor addresses and deploy your application contract which has implemented
BoolConsumerBase.sol
. Go back to your Dashboard, and update the consumer address on each chain.
Last updated