Getting Started
How Do I start?​
Currently, Chronicle Oracles provide real-time data to smart contract applications on several chains, with new integrations and supported networks added on a regular basis.
To get started, begin testing on Testnet networks. Once you're familiar, request access to Chronicle Oracles on Mainnet.
Chronicle contracts use a whitelist for read protection. Any address that needs to read oracle data must first be whitelisted. On Testnet, you can self-whitelist using the SelfKisser contract.
Note: Mainnet whitelisting is permissioned, so please contact the Chronicle team to proceed.
To request access to an existing Chronicle oracle on Mainnet, request a new oracle, or discuss a new integration, please submit a request via this form. A member of the Chronicle team will get in touch with you.
Developer Resources
To integrate Chronicle Oracles, here are some helpful resources:
- Chronicle Testnet Addresses
- Getting Read Access to Contracts: Guide to whitelisting addresses via CAST (Foundry CLI) or Etherscan
- Consuming Oracle Data: Tutorial on whitelisting addresses to access Chronicle Oracle data
- Scaffold-Oracle-Reader: Boilerplate code using Scaffold-ETH2