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