{"id":13566221,"url":"https://github.com/cosmos/ibc-proto-rs","last_synced_at":"2025-10-08T23:34:49.817Z","repository":{"id":62440424,"uuid":"543098360","full_name":"cosmos/ibc-proto-rs","owner":"cosmos","description":"Rust Protobuf definitions and gRPC clients for interacting with Cosmos SDK, IBC and Interchain Security","archived":false,"fork":false,"pushed_at":"2025-08-11T19:32:38.000Z","size":2936,"stargazers_count":59,"open_issues_count":14,"forks_count":40,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-07T01:57:48.661Z","etag":null,"topics":["blockchain","cosmos","ibc","protobuf","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosmos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2022-09-29T12:00:59.000Z","updated_at":"2025-08-10T01:15:25.000Z","dependencies_parsed_at":"2022-11-01T21:50:12.139Z","dependency_job_id":"834b6ea5-97c9-4823-84d5-13dcb8403032","html_url":"https://github.com/cosmos/ibc-proto-rs","commit_stats":{"total_commits":80,"total_committers":23,"mean_commits":"3.4782608695652173","dds":0.675,"last_synced_commit":"134f8c2cc28fde5e8626d425fcd464f2370773e6"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/cosmos/ibc-proto-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Fibc-proto-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Fibc-proto-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Fibc-proto-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Fibc-proto-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmos","download_url":"https://codeload.github.com/cosmos/ibc-proto-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Fibc-proto-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000727,"owners_count":26082862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blockchain","cosmos","ibc","protobuf","rust"],"created_at":"2024-08-01T13:02:04.822Z","updated_at":"2025-10-08T23:34:49.800Z","avatar_url":"https://github.com/cosmos.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# ibc-proto-rs\n\n[![Crate][crate-image]][crate-link]\n[![Docs][docs-image]][docs-link]\n[![Build Status][build-image]][build-link]\n[![Apache 2.0 Licensed][license-image]][license-link]\n![Rust Stable][rustc-image]\n![Rust 1.56.1+][rustc-version]\n\nRust Protobuf definitions and gRPC clients for interacting with Cosmos SDK, IBC and Interchain Security.\n\nThis repository maintains all the data structures relevant for interacting with on-chain IBC data.\n\nWhether you're building an IBC relayer, IBC modules, or any client software that consumes IBC data structures in Rust, you're at the right place.\n\n\n## If you are a user of this repository\n\nPlease check the official [documentation][docs-link].\n\n## If you are a maintainer of this repository\n\nYou will likely want to look at [scripts/sync-protobuf.sh](scripts/sync-protobuf.sh).\n\n## Requirements\n\n- Rust 1.56.1+\n- [Buf CLI](https://buf.build/product/cli/)\n\n## License\n\nCopyright © 2023 Informal Systems\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use the files in this repository except in compliance with the License.\nYou may obtain a copy of the License at\n\n    https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n[//]: # (badges)\n\n[crate-image]: https://img.shields.io/crates/v/ibc-proto.svg\n[crate-link]: https://crates.io/crates/ibc-proto\n[docs-image]: https://docs.rs/ibc-proto/badge.svg\n[docs-link]: https://docs.rs/ibc-proto/\n\n[build-image]: https://github.com/cosmos/ibc-rs/workflows/Rust/badge.svg\n[build-link]: https://github.com/cosmos/ibc-rs/actions?query=workflow%3ARust\n\n[license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg\n[license-link]: https://github.com/cosmos/ibc-proto-rs/blob/main/LICENSE\n[rustc-image]: https://img.shields.io/badge/rustc-stable-blue.svg\n[rustc-version]: https://img.shields.io/badge/rustc-1.56.1+-blue.svg\n\n[//]: # (general links)\n\n[Cosmos SDK]: https://github.com/cosmos/cosmos-sdk\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmos%2Fibc-proto-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmos%2Fibc-proto-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmos%2Fibc-proto-rs/lists"}