Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.2 KB

CONTRACT_ARCHI.md

File metadata and controls

27 lines (19 loc) · 1.2 KB

Smart contract Architecture

Bridge contracts

You can find the interface Bridge into the file Bridge.sol. This interface is the main entry point to query against bridges on the blockchain. The associated ABI is here : abi_Bridge.json

Internal Bridge contracts

You can find the interface:

in Bridge.sol

Manipulator Contracts

You can find the interface:

in IManipulator.sol