Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ringecosystem/ormp

Oracle and Relayer based Message Protocol
https://github.com/ringecosystem/ormp

cross-chain dapp ethereum message-protocol solidity

Last synced: 2 months ago
JSON representation

Oracle and Relayer based Message Protocol

Awesome Lists containing this project

README

        

# ORMP
Oracle and Relayer based Message Protocol.

## Deployments

See https://github.com/darwinia-network/contracts-deploy

## Usage
To install with [**Foundry**](https://github.com/gakonst/foundry):
```sh
forge install msgport/ORMP
```

To install with [**Hardhat**](https://github.com/nomiclabs/hardhat) or [**Truffle**](https://github.com/trufflesuite/truffle):
```sh
npm install @darwinia/ormp
```

## Install
To install dependencies and compile contracts:
```sh
git clone --recurse-submodules https://github.com/darwinia-network/ORMP.git && cd ORMP
make tools
make
```