Skip to main content

Relayer software

The official JavaScript (node.js) implementation of the relayer software is available here:
https://github.com/bpx-chain/bridge-relayer

The software works on all popular operating systems. The only requirements are Node.js and npm installed.

Installation

git clone https://github.com/bpx-chain/bridge-relayer
cd bridge-relayer
npm install

Usage

node bbrelay.mjs -s <source chain rpc url> -d <destination chain rpc url> -k <private key of activated relayer wallet>