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.

  • If using Windows, you should install Git BASH or WSL to use as your terminal.

1. Installation

  1. Ensure you have prepared a wallet with the DVN oracle role granted.

  2. Enter any directory: cd <any-dir>

  3. 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

  4. 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