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.js -h
Usage: bbrelay [options]
BPX Bridge relayer
Options:
-s, --src-rpc <url> Source chain RPC URL
-d, --dst-rpc <url> Destination chain RPC URL
-k, --wallet-key <key> Relayer wallet private key
-h, --help display help for command
No Comments