omni / token-bridge

Oracle service for TokenBridge. TB is an interoperability solution between Ethereum networks for native to ERC20 and ERC20 to ERC20 cross chain transfers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token Bridge Oracle

The token bridge oracle should be deployed on specified validator nodes (only nodes whose private keys correspond to addresses specified in the smart contracts) in the network. It connects to two chains via a Remote Procedure Call (RPC) and is responsible for:

  • listening to events related to bridge contracts
  • sending transactions to authorize asset transfers

By doing this, users are able to transfer assets between two chains in the Ethereum ecosystem.

Due to reorganization of the token bridge repos into one monorepo the sources of the token bridge oracle was moved to the TokenBridge repo.

What does it mean for you? If you would like

  • to raise an issue against the oracle, follow this link.
  • to find if a new version of the UI is ready in the monorepo, visit the releases tab.
  • to get access to the last changes made in this repo, check the release 1.3.1 or the master branch.

If you still have no clear understanding what you need to do, please visit the TokenBridge forum and raise your question there.

About

Oracle service for TokenBridge. TB is an interoperability solution between Ethereum networks for native to ERC20 and ERC20 to ERC20 cross chain transfers


Languages

Language:JavaScript 98.2%Language:Shell 1.0%Language:Dockerfile 0.8%