| Crates.io | charli3-oracle-core |
| lib.rs | charli3-oracle-core |
| version | 0.1.0-alpha.2 |
| created_at | 2026-01-13 00:00:23.282581+00 |
| updated_at | 2026-01-13 12:50:01.098287+00 |
| description | Core oracle types, aggregation algorithms, and price providers for Charli3 |
| homepage | https://charli3.io |
| repository | https://github.com/Charli3-Official/charli3-substrate-oracle-core |
| max_upload_size | |
| id | 2039071 |
| size | 161,625 |
Core oracle types, aggregation algorithms, and price providers for Charli3. This library provides shared functionality for the Charli3 oracle system, supporting both standard environments and no_std builds for Substrate runtimes.
Add this to your Cargo.toml:
[dependencies]
charli3-oracle-core = { git = "https://github.com/Charli3-Official/charli3-substrate-oracle-core", default-features = false }
The crate supports the following features:
std: Enables standard library support. Enabled by default.pallet: Enables Substrate frame-support dependencies. Use this when integrating into a Substrate pallet.