Skip to content

provide docker compose files for bridge operating set

Notifications You must be signed in to change notification settings

ground-x/bridge-dockerize

 
 

Repository files navigation

ORBIT BRIDGE

Table of Contents


Overview

Orbit Bridge is a service that allows people to transfer tokens from a chain to other various chains and this project allows anyone to act as a bridge in the token transfer process.

project modules

Validator : Checks if the transfer requests sent from various chains are valid.

Parser : Gathers block info and filters Orbit Bridge's transactions out of it from various chains.

Syncer : Saves the filtered info and provides data for the Operator to send transactions to various chains.

Operator : Executes transactions to various chains.


Requirements

  • Docker, docker-compose
  • Orbit chain contracts (multisig message wallets)
  • Vault contract or wallet of the origin chain
  • Minter contracts (destination chain)
  • Governance registered in Orbit chain
  • Origin / Destination / Orbit node endpoints (running your own node might be needed in addition)

DETAILED GUIDE HERE

Installation

  • Place your governance info in [ VAULT_DIR ]/settings.js

Run

  • for ether vault validator
cp settings.js ~/bridge-dockerize/ethvault-validator/
sudo docker-compose -f ~/bridge-dockerize/ethvault-validatot/docker-compose.yml up --build -d

Validator APIs

GET|POST /

Returns the brief status of instance.

GET|POST /v1/gov/confirm/:address/:transactionId

Returns the transaction hash that has been sent by validator.


About

provide docker compose files for bridge operating set

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%