About Projects
We are planning to implement price Oracle for Aptos network.
I propose a project called "Xora," an Oracle that operates on the Aptos blockchain. Currently, it includes a data ingestor and a data health check dashboard. Initially, we have enabled a pull-based data subscription model, and plan to implement an on-chain push mechanism in the next phase. At present, data from Binance and Subgraph are being transmitted to ClickHouse. In the next stage, we aim to collect and provide data from a broader range of sources.
Data Healthcheck dashboard
https://p.datadoghq.com/sb/d19d919e-ede6-11ee-ba73-da7ad0900002-0bc6be8cfddeea96a48159d1e8ca27da
Price retrieval API example
https://zk-zero-pulse-api.vercel.app/api/price-feed?base=ETH"e=USDT
We have created an example that uses zero-knowledge (zk) technology to verify the reliability of price data.
https://github.com/scifi-holic/xora-example