Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 631 Bytes

crosschain-connector.md

File metadata and controls

27 lines (17 loc) · 631 Bytes

Cross-chain Connector

Runs nodes for other blockchains like Ethereum and provides read access to them.

Interacts with services

  • None - Passive, just provides services to others upon request.

 

Supported Cross-chains

Ethereum

  • An official Ethereum node connected to main net.
  • Runs node locally to avoid trust in third party.
  • Node should be kept synchronized and live.

 

Init (flow)

  • Start the relevant node.

 

CallEthereumContract (method)

Run a read only contract on Ethereum and return its data.

  • Read only call to the Ethereum node using given arguments through IPC.