rocklabs-io / omnic

Omnic protocol repo
25 stars 7 forks source link

Omnic Crosschain Messaging Protocol

Omnic is a crosschain messaging protocol, powered by the Internet Computer's threshold ECDSA and outbound http call features, we can build programmability into the message passing process.

Currently support EVM compatible chains.

1. Architecture

Core components:

2. TODOs

3. Deployment

Omnic test version is live on IC and 2 evm testnets:

Omnic proxy canister on IC mainnet: y3lks-laaaa-aaaam-aat7q-cai

Omnic gateway contract on EVM chains:

4. Code

  1. core: Omnic message passing protocol core implementation
  2. examples: Example apps built on Omnic messaging protocol
  3. omnic-bridge: A demo bridge app based on the Omnic messaging protocol
  4. omnic-relayer: Omnic offchain relayer implementation

Note: This project is unaudited and still in very early experimental stage!