Relay Data to EVM Chains
Relay oracle data, validator set, and bridge information updates back and forth between tellor and any EVM chain.
Setup
git clone https://github.com/tellor-io/py-relayer.gitcd py-relayerpython3 -m venv venv
source venv/bin/activatepip install -r requirements.txtpip install -e .cp .env.example .envAdditional Requirements for Ubuntu
Usage
Start Relaying
Update Oracle Data Once
Relay Token Bridge Withdraw
Initialize Data Bridge
Reset Data Bridge
Last updated
Was this helpful?

