sbv2-solana/oracles
Conner Gallagher a09a20b5b7 refactored documentation
- updated IDL and API docs
- refactored doc pages to be centered around resource
- each resource gets its own top level heading with implementation details and examples
wip


idl updates


fixed permissions


idl cleanup


wip


oracle arch


wip


wip


wip


wip


fixed metrics command


wip


fixed README paths


fixed broken links


cleanup


updated docker version


cleanup dev resource tables


cleanup


fixed broken pages
2022-05-24 16:18:05 -06:00
..
helm-deployment refactored documentation 2022-05-24 16:18:05 -06:00
README.md init 2022-05-17 10:42:04 -06:00
docker-compose.yml init 2022-05-17 10:42:04 -06:00
latest_version.md init 2022-05-17 10:42:04 -06:00

README.md

Switchboard Oracle

Packages to assist in deploying, running, and managing a Switchboard oracle.

Contents

  • Helm Manifest - helm manifest and scripts to deploy a Switchboard Oracle to a kubernetes cluster

Start Docker Oracle

CLUSTER=devnet \
ORACLE_KEY=XXXXXXXXX \
RPC_URL=https://api.devnet.solana.com \
PAYER_SECRET_PATH=../payer-keypair.json \
docker-compose up