- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
AMPL ChainBridge
        Nithin Krishna edited this page Jan 21, 2021 
        ·
        7 revisions
      
    - Introduction to Chain bridge
- Chain bridge solidity
- Chainsafe relayer
- Steps to run Chain bridge relayer
Chain-Bridge realyers listen to event logs on the one chain and report it to the other chain. Chain-Bridge implements custom ERC20, ERC721 handlers for token transfers, and a GenericHandler to transmit an arbitrary piece of data between chains.
 
We use chain-bridge's GenericHandler to propagate information of AMPL transfers and rebases across multiple chains.
 
