Getting Started
How Do I start?β
Currently, Chronicle Oracles provide real-time data to smart contract applications on ten chains. More ecosystems are coming soon!
To get started, begin testing on the Testnet and, once you're familiar, request access to Chronicle Oracles on Mainnet. Chronicle contracts use a whitelist for read protection, so any address accessing Oracle data must first be whitelisted. On Testnet, you can self-whitelist using the SelfKisser contract.
If you need an Oracle not yet integrated, feel free to submit a request via this form or to reach out on Discord through the πο½support channel.
Note: Mainnet whitelisting is permissioned, so please contact us to proceed.
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