Run a DVN oracle client
Last updated
Last updated
This guide will help you start up a HashiDVN oracle client using docker image.
Docker is installed and running.
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
maintain the DVN validator by running the following command
sudo ./ParallelBridgeValidator.sh
remove the validator by running the following command
Select option 6 to stop the service and then exit.
rm ./ParallelBridgeValidator.sh