Oracle and Relayer based Message Protocol.
See https://github.com/darwinia-network/contracts-deploy
To install with Foundry:
forge install msgport/ORMP
To install with Hardhat or Truffle:
npm install @darwinia/ormp
To install dependencies and compile contracts:
git clone --recurse-submodules https://github.com/darwinia-network/ORMP.git && cd ORMP
make tools
make