Accessing Data On-Chain
Using Stork data in your smart-contract.
Storks on-chain contracts are what ultimately allow leveraging Storks low-latency trustless data on chain. This involves calling the chain-specific contracts version of a get_temporal_numeric_value
function with the appropriate information about the relevant Asset ID.
To see which chains Stork currently supports, see the Contract Addresses section:
Contract AddressesFor specific documentation an interacting with the on-chain contracts interface, see the Contract APIs section:
Contract APIsLast updated