Overview
This repository contains the Hedera <-> Ethereum Bridge Node. The bridge is operated by a set of validators who are running the Bridge Node software.
The diagram below shows the operations involved for the Hedera -> Ethereum bridging solution.
Technologies
The Validator node is using Hedera Consensus Service for aggregating authorisation signatures resolving the need for nodes to have p2p communication and providing traceability for the bridging operations.
The node is a Go service with several watchers and handlers for Crypto Transfer, Message submission and Ethereum events.
Postgres is used for persisting state.
Necessary tools prior to running the validator:
How to run?
To run the validator, execute the following commands in your terminal:
git clone https://github.com/LimeChain/hedera-eth-bridge-validator.git
cd hedera-eth-bridge-validator
docker-compose up
Documentation
Examples