{"id":19777202,"url":"https://github.com/oraichain/cw-oracle-hub","last_synced_at":"2026-02-11T22:13:44.258Z","repository":{"id":224692418,"uuid":"763453295","full_name":"oraichain/cw-oracle-hub","owner":"oraichain","description":"Price feed oracle implement flex multisig interface","archived":false,"fork":false,"pushed_at":"2024-08-13T07:11:57.000Z","size":1560,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T03:44:43.247Z","etag":null,"topics":["ai-oracle","pricefeed"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oraichain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-26T10:22:24.000Z","updated_at":"2024-04-17T03:56:08.000Z","dependencies_parsed_at":"2024-08-13T08:33:31.300Z","dependency_job_id":"98fcac6d-439b-4975-9865-eba0c7839a9a","html_url":"https://github.com/oraichain/cw-oracle-hub","commit_stats":null,"previous_names":["oraichain/cw-oracle-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oraichain/cw-oracle-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraichain%2Fcw-oracle-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraichain%2Fcw-oracle-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraichain%2Fcw-oracle-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraichain%2Fcw-oracle-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oraichain","download_url":"https://codeload.github.com/oraichain/cw-oracle-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraichain%2Fcw-oracle-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29347650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-oracle","pricefeed"],"created_at":"2024-11-12T05:23:37.240Z","updated_at":"2026-02-11T22:13:44.215Z","avatar_url":"https://github.com/oraichain.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CW Oracle Hub\n\nThe CW Oracle Hub contains the logic for oracle price feeding.\n\n## CosmWasm Integration\n\nTo invoke the pricefeed contract at the end of each round, set the cw-oracle-hub address as the admin and add the following code to your contract:\n\n```rust\n// msg.rs\n#[cw_serde]\npub enum SudoMsg {\n    AppendPrice {\n        key: String,\n        price: Uint128,\n        timestamp: u64,\n     },\n}\n\n// contract.rs\n#[cfg_attr(not(feature = \"library\"), entry_point)]\npub fn execute(deps: DepsMut, _env: Env, msg: SudoMsg) -\u003e Result\u003cResponse, ContractError\u003e {\n    match msg {\n        ExecuteMsg::AppendPrice {\n            key,\n            price,\n            timestamp,\n        } =\u003e append_price(deps, info, key, price, timestamp),\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foraichain%2Fcw-oracle-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foraichain%2Fcw-oracle-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foraichain%2Fcw-oracle-hub/lists"}