Code that implements the node / client software for validators that want to participate in the ultrasound oracle network.
- Rust + cargo
- gofer
- Install Prerequesites
cargo install
- Set
GOFER_CMD
env variable to the absolute path to yourgofer
executable - Run an instance of the oracle-server and set the
SERVER_URL
environment variable to the full url of the endpoint to post oracle messages. - Run the client with
cargo run