Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reecepbcups/wasm-oracle
CosmWasm based oracle for any arbitrary data
https://github.com/reecepbcups/wasm-oracle
Last synced: 2 months ago
JSON representation
CosmWasm based oracle for any arbitrary data
- Host: GitHub
- URL: https://github.com/reecepbcups/wasm-oracle
- Owner: Reecepbcups
- License: apache-2.0
- Created: 2023-01-28T04:04:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T04:29:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T22:51:05.235Z (9 months ago)
- Language: Rust
- Size: 455 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CosmWasm Oracle
This is a data oracle contract built on the CosmWasm smart contract platform. It is designed with generalization in mind, allowing for a developer to submit and data to the contract for their needed use case.
To submit data, you just have to modify the data-feeder application with the specific endpoints and logic for each individual to run. For the best outcome, you should take the average if you query multiple sources.
Example use cases:
- [Crypto Token Prices (Typescript)](./data-feeders-examples/crypto-prices/)
- [Stock prices (Typescript)](./data-feeders-examples/stock-prices/)
- Sports Game points
- WeatherAll of these are possible with this oracle contract.