Decentralized Bridge
The purpose of the Decentralized Bridge is to connect different networks by wrapping and unwrapping assets.
Decentralized Bridge components:
- Bridge embedded contract on NoM
- Orchestrator Layer as middleware
- Smart Contracts on bridged network
EVM account model
At the moment, only account model EVM networks are supported, starting with the Ethereum mainnet.
Wrap assets
Source NoM -> Destination EVM
ZNN(ZTSon NoM) -> wrap ->wZNN(ERC-20on Ethereum)
Source EVM -> Destination NoM
DAI(ERC-20on Ethereum) -> wrap ->zDAI(ZTSon NoM)
Unwrap assets
Source EVM -> Destination NoM
wZNN(ERC-20on Ethereum) -> unwrap ->ZNN(ZTSon NoM)
Source NoM -> Destination EVM
zDAI(ZTSon NoM) -> unwrap ->DAI(ERC-20on Ethereum)