All Projects → LimeChain → hashport-validator

LimeChain / hashport-validator

Licence: Apache-2.0 license
Official repository containing the source code of the Hashport validators

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to hashport-validator

bnbridge.exchange
https://bnbridge.exchange
Stars: ✭ 43 (+126.32%)
Mutual labels:  interoperability, bridge
foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
Stars: ✭ 4,623 (+24231.58%)
Mutual labels:  evm
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (+0%)
Mutual labels:  dlt
ccn-lite
CCN-lite, a lightweight implementation of the CCNx protocol and its variations
Stars: ✭ 71 (+273.68%)
Mutual labels:  interoperability
py-trueconsensus
python prototype for hybrid consensus
Stars: ✭ 48 (+152.63%)
Mutual labels:  evm
whatsapp-telegram-bridge
A simple bridge to receive whatsapp chats on telegram.
Stars: ✭ 22 (+15.79%)
Mutual labels:  bridge
NoPMsBot
https://telegram.dog/ShriMADhaBot
Stars: ✭ 127 (+568.42%)
Mutual labels:  bridge
Slack-IRC-Gateway
Bridge Slack rooms to IRC channels
Stars: ✭ 33 (+73.68%)
Mutual labels:  bridge
knx-go
KNX clients and protocol implementation in Go
Stars: ✭ 62 (+226.32%)
Mutual labels:  bridge
bytecode-verifier
Compile Solidity source code and verify its bytecode matches the blockchain
Stars: ✭ 78 (+310.53%)
Mutual labels:  evm
evm llvm
Official repo of the EVM LLVM project
Stars: ✭ 72 (+278.95%)
Mutual labels:  evm
awesome-ethereum-events
Inspired by the awesome list of awesome lists of awesome lists of...
Stars: ✭ 18 (-5.26%)
Mutual labels:  evm
MetaTrader4-Bridge
Communication layer between MetaTrader 4 and your project.
Stars: ✭ 66 (+247.37%)
Mutual labels:  bridge
pali-wallet
The Official Syscoin browser wallet. Open source, easy to use & multichain.
Stars: ✭ 30 (+57.89%)
Mutual labels:  evm
reef-chain
EVM compatible chain with NPoS/PoC consensus
Stars: ✭ 142 (+647.37%)
Mutual labels:  evm
datasacks
Tools to make Unity3D UI connections better.
Stars: ✭ 24 (+26.32%)
Mutual labels:  interoperability
minority
Ethereum 2.0 node multiplexer between consensus and execution
Stars: ✭ 94 (+394.74%)
Mutual labels:  evm
AirConnect-Synology
Updated AirConnect packages for Synology NAS and Synology Router
Stars: ✭ 200 (+952.63%)
Mutual labels:  bridge
100-days-of-Web3
A list of FREE resources to make Web3 accessible to everyone.
Stars: ✭ 2,801 (+14642.11%)
Mutual labels:  evm
tokenbridge
A bidirectional Ethereum / RSK Token Bridge implementation.
Stars: ✭ 85 (+347.37%)
Mutual labels:  bridge

Hashport Validator

License Go build Go Test E2E Tests Go Report Card codecov

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].