For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adapters

Adapters for other standard oracle interfaces for Stork

For convenience, Stork has adapter contracts to make it easy to interact with Stork on chain if a contract is already using another oracle and wants to switch or use Stork in parallel.

EVM

Stork provides a Chainlink adapter SDK that exposes interface functions for interacting with Stork's contract in the same way you would with Chainlink. This contract can be found in the stork-external github repo. Example usage of this contract can be found in the stork-external github repo.

Pyth

Stork provides a Pyth adapter SDK that exposes interface functions for interacting with Stork's in the same way you would with Pyth. This contract can be found in the stork-external github repo. Example usage of this contract can be found in the stork-external github repo.

Looking for an adapter for your current oracle and/or chain? Contact Stork Labs. sales@stork.network or Twitter DMs open.

Last updated