Set the yoda configurations
Set the Yoda configurations
Use the command below to config your Yoda, replacing $VARIABLES
with their actual values.
Then, add multiple reporter accounts to allow Yoda to submit transactions concurrently.
Lastly, configure the Lambda Executor endpoint to helps running data source scripts and return results to Yoda. More details about the executor can be found in this section.
Start Yoda
To start Yoda, it's also recommended to use systemctl
.
The first time running Yoda, you will need to register and start yoda
services by running the following commands.
After yoda
service has been started, logs can be queried by running journalctl -u yoda.service -f
command. The log should be similar to the following log example below. Once verified, you can stop tailing the log by typing Control-C
.
Wait for the latest blocks to be synced
It is imperative to exercise caution and allow adequate time for the newly started BandChain node to synchronize its blocks until it has reached the latest block. The latest block can be verified on CosmoScan.
Go to Active Oracle section click here Oracle Activation
Last updated