Skip to content

Instructions & code to run predictoors, traders, more.

License

Notifications You must be signed in to change notification settings

oceanprotocol/pdr-backend

Repository files navigation

pdr-backend

Run bots (agents)

(If you're a predictoor or trader, you can safely ignore the rest of this README.)

Atomic READMEs

Flows for core team

Repo structure

This repo implements all bots in Predictoor ecosystem.

Each bot has a directory:

  • predictoor - submits individual predictions
  • trader - buys aggregated predictions, then trades
  • other bots: trueval report true values to contract, dfbuyer implement Predictoor Data Farming, publisher to publish

Other directories:

  • util - tools for use by any agent
  • models - classes that wrap Predictoor contracts; for setup (BaseConfig); and for data feeds (Feed)