Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ringecosystem/ormp
- Owner: ringecosystem
- Created: 2023-07-21T06:41:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T12:27:44.000Z (8 months ago)
- Last Synced: 2024-09-05T23:08:32.024Z (5 months ago)
- Topics: cross-chain, dapp, ethereum, message-protocol, solidity
- Language: Solidity
- Homepage: https://msgport.github.io/ORMP/
- Size: 1.49 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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
```