LimeChain / hashport-validator

Official repository containing the source code of the Hashport validators
Apache License 2.0
23 stars 11 forks source link
bridge dlt ethereum evm hedera interoperability
# Hashport Validator [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Go build](https://github.com/LimeChain/hedera-eth-bridge-validator/workflows/Go%20build/badge.svg) ![Go Test](https://github.com/LimeChain/hedera-eth-bridge-validator/workflows/Go%20Test/badge.svg) ![E2E Tests](https://github.com/LimeChain/hedera-eth-bridge-validator/workflows/E2E%20Tests/badge.svg?branch=main) [![Go Report Card](https://goreportcard.com/badge/github.com/LimeChain/hedera-eth-bridge-validator)](https://goreportcard.com/report/github.com/LimeChain/hedera-eth-bridge-validator) [![codecov](https://codecov.io/gh/codecov/example-go/branch/master/graph/badge.svg)](https://codecov.io/gh/LimeChain/hashport-validator)

Overview

This repository contains the Hedera <-> EVM Bridge Node. The bridge is operated by a set of validators who are running the Bridge Node software.

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 Transfers, Message submission and EVM-based events. Postgres is used for persisting state. Prometheus and Grafana are used for monitoring the Hashport.

Prerequisite Tools

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