Run a DVN oracle client
This guide will help you start up a HashiDVN oracle client using docker image.
0. Prerequisites
Docker is installed and running.
1. Installation
Ensure you have prepared a wallet with the DVN oracle role granted.
Enter any directory:
cd <any-dir>
Run the following command
wget -O ParallelBridgeValidator.sh https://raw.githubusercontent.com/parallel-finance/pub-resources/master/scripts/bridge-validator.sh && chmod +x ParallelBridgeValidator.sh && sudo ./ParallelBridgeValidator.sh
follow the instruction to run the DVN oracle client
2. Maintenance
maintain the DVN validator by running the following command
sudo ./ParallelBridgeValidator.sh
3. Uninstallation
remove the validator by running the following command
Select option 6 to stop the service and then exit.
rm ./ParallelBridgeValidator.sh
Reference
Last updated