Oracle Validators
Configuring yoda and your Lambda function executor instance
While validators do not need to become oracles, each oracle validator will need to have it's own AWS lambda or GCP run function instance. Yoda is the oracle daemon. It is already included in the container, but will need to be configured. Before following the yoda configuration instructions below, visit the appropriate subpage for instructions on setting up your executor on the function platform of preference.
First, yoda will need to be configured;
Add several keys with the following;
This is because Yoda works with multiple reporter addresses to submit multiple transactions concurrently.
The next step in Yoda configuration is to set your function executor configuration parameter;
Your reporter addresses, along with some loki, must be supplied to the blockchain to trigger account creation.
Next, you will add the reporter addresses to your validator;
Now, we will activate our validator as an oracle on the blockchain;
We will want to verify our oracle is functioning;
If everything is working as it should be, the output should include the parameter "is_active", and the value should be "true".
Last updated