Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Bridge Validator Setup

This guide will walk you through setting up bridge validator.

Prerequisites

  • Ubuntu Server 20.04 or later
  • Ethereum RPC fullnode
  • Lightlink RPC fullnode

Installation

  1. Provide environment variables:
  • export SYSTEM_SECRET_KEY=${your application secret key}
  • export CHAINS_ETHEREUM_RPC_URL=${your ethereum rpc}
  • export CHAINS_LIGHTLINK_RPC_URL=${your lightlink rpc}
  1. Install Modules and Application: Run the following commands in your terminal:
chmod +x ubuntu/start.sh
./ubuntu/start.sh
  1. Stop Application: Run the following commands in your terminal:
chmod +x ubuntu/stop.sh
./ubuntu/stop.sh
  1. Remove Application: Run the following commands in your terminal:
chmod +x ubuntu/down.sh
./ubuntu/down.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages