WIP: https://mocuda.pages.dev/
Create an entry point for Maker Oracle Consumers by providing several interesting information for the users.
- Slides to discuss MVP: Google Doc
- As comparison: Chainlink
- OCU Hack project from the past: https://oracles-dashboard.vercel.app/
- Maker Oracles Subgraph: https://github.com/madumas/maker-oracles-subgraph
- Dune Report: Maker Oracle Costs
spire is a tool by Oracles Core Unit to fetch prices via libp2p.
- Spire Binary: executable to fetch prices
- Fetched Data: Github Action runs once per hour to fetch new prices
- Price Data Transformation: Github Action aggregates and transforms data to easily use in Frontend
- TODO: upload to filebase: see https://docs.filebase.com/configurations/third-party-configurations/backup-client-configurations/s3-uploader-for-github-actions
Feeds: https://raw.githubusercontent.com/web3nao/mocuda/main/data/feeds.json Example ETHUSD: https://raw.githubusercontent.com/web3nao/mocuda/main/data/feeds/ETHUSD.json
Forked Subgraph by Maker Oracles: updated to work with latest graphcli. Indexes all Events and Function calls related to the Oracles Smart Contracts. Has no history of price data.
Subgraph: https://thegraph.com/hosted-service/subgraph/urbanisierung/makerdao-ocu
Dedicated subgraph to index price data related to Oracles Smart Contracts. Stores latest 250 events (price updates) per Smart Contract.
Subgraph: https://thegraph.com/hosted-service/subgraph/urbanisierung/ocu-eth-usd
