{"id":13562891,"url":"https://github.com/cosmos/interchain-security","last_synced_at":"2025-05-15T04:06:26.968Z","repository":{"id":36955563,"uuid":"414245082","full_name":"cosmos/interchain-security","owner":"cosmos","description":"Interchain Security is an open sourced IBC application which allows cosmos blockchains to lease their proof-of-stake security to one another.","archived":false,"fork":false,"pushed_at":"2025-04-08T22:55:50.000Z","size":164455,"stargazers_count":177,"open_issues_count":51,"forks_count":165,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-04-14T05:55:52.591Z","etag":null,"topics":["blockchain","cosmos-hub","cosmos-sdk","golang","ibc","interchain-security","proof-of-stake","shared-security"],"latest_commit_sha":null,"homepage":"https://cosmos.github.io/interchain-security/","language":"Go","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/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":".github/CODEOWNERS","security":"SECURITY.md","support":"docs/supported_versions.json","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-06T14:27:45.000Z","updated_at":"2025-04-08T21:03:49.000Z","dependencies_parsed_at":"2024-03-18T10:01:58.530Z","dependency_job_id":"634a5ceb-741c-40e2-9cba-639e3e368388","html_url":"https://github.com/cosmos/interchain-security","commit_stats":{"total_commits":879,"total_committers":48,"mean_commits":18.3125,"dds":0.8430034129692833,"last_synced_commit":"8d0450a3d1fb644fa45387e923d1fda305c3cd44"},"previous_names":[],"tags_count":116,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Finterchain-security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Finterchain-security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Finterchain-security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmos%2Finterchain-security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmos","download_url":"https://codeload.github.com/cosmos/interchain-security/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270646,"owners_count":22042859,"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","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-hub","cosmos-sdk","golang","ibc","interchain-security","proof-of-stake","shared-security"],"created_at":"2024-08-01T13:01:13.187Z","updated_at":"2025-05-15T04:06:21.954Z","avatar_url":"https://github.com/cosmos.png","language":"Go","funding_links":[],"categories":["Cosmos SDK Modules","Go"],"sub_categories":["External Modules"],"readme":"# Interchain Security\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/cosmos/interchain-security)](https://goreportcard.com/report/github.com/cosmos/interchain-security)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=cosmos_interchain-security\u0026metric=security_rating)](https://sonarcloud.io/summary/new_code?id=cosmos_interchain-security)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=cosmos_interchain-security\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=cosmos_interchain-security)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=cosmos_interchain-security\u0026metric=bugs)](https://sonarcloud.io/summary/new_code?id=cosmos_interchain-security)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=cosmos_interchain-security\u0026metric=ncloc)](https://sonarcloud.io/summary/new_code?id=cosmos_interchain-security)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=cosmos_interchain-security\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=cosmos_interchain-security)\n\n**interchain-security** contains a working and in-production implementation of the Interchain Security (ICS) protocol. ICS is an open sourced IBC application which allows cosmos blockchains to lease their proof-of-stake security to one another.\n\nFor more details on the **Interchain Security protocol**, take a look at the [docs](https://cosmos.github.io/interchain-security/) or [technical specification](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/README.md).\n\nFor a list of **currently active releases**, see [RELEASES.md](./RELEASES.md#version-matrix).\n\nFor a list of **major ICS features** available in the currently active releases, see [FEATURES.md](./FEATURES.md).\n\n## Instructions\n\n**Prerequisites**\n\n```bash\n## For OSX or Linux\n\n# go 1.21 (https://formulae.brew.sh/formula/go)\nbrew install go@1.21\n# jq (optional, for testnet) (https://formulae.brew.sh/formula/jq)\nbrew install jq\n# docker (optional, for integration tests, testnet) (https://docs.docker.com/get-docker/)\n\n```\n\n**Installing and running binaries**\n\n```bash\n# install interchain-security-pd and interchain-security-cd binaries\nmake install\n# run provider\ninterchain-security-pd\n# run consumer\ninterchain-security-cd\n# (if the above fail, ensure ~/go/bin on $PATH)\nexport PATH=$PATH:$(go env GOPATH)/bin\n```\n\nInspect the [Makefile](./Makefile) if curious.\n\n## Testing\n\nSee [testing docs](./TESTING.md).\n\n## Learn more\n\n- [IBC Docs](https://ibc.cosmos.network/)\n- [IBC Protocol](https://ibcprotocol.org/)\n- [IBC Specs](https://github.com/cosmos/ibc)\n- [Cosmos SDK documentation](https://docs.cosmos.network)\n- [Cosmos SDK Tutorials](https://tutorials.cosmos.network)\n- [Discord](https://discord.gg/cosmosnetwork)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmos%2Finterchain-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmos%2Finterchain-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmos%2Finterchain-security/lists"}