β¨Phat Contract Starter Kit
A limitless oracle that is scalable, cheap, and easy to deploy with a familiar developer experience.
The Phat Contract Starter Kit is your one-stop solution to connect any API to your smart contract. It offers wide-ranging support for all EVM-compatible blockchains, including but not limited to Ethereum, Polygon, Arbitrum, Avalanche, Binance Smart Chain, Optimism, and zkSync.
This starter kit empowers you to initiate the data request from the smart contract side. The request is then seamlessly sent to your script for processing. You have the liberty to call any APIs to fulfill the request and define the response data structure that will be replied to your smart contract.
Features
Wide support for all mainstream blockchains
Verifiable and decentralized: every Oracle is running on decentralized infrastructure that require no operations and can be easily verified
Support private data: your Oracle state is protected by cryptography and hardware
No extra cost: the only cost is the gas fee of response data which is sent as a transaction
High frequency: the request is synced to Oracle within one minute, and the latency of response is only limited by blockchainβs block interval
Use cases & Examples
You could use the Oracle to:
Cross-chain DEX Aggregator
Bring Web2 services & data on-chain
Web3 Social Integrations
Mint NFT based on LensAPI Oracle data
Trustless HTTPS requests w/ TLSNotary integration
Connect to Phat Contract Rust SDK to access all features
Resources
Frontend Templates
Last updated