{"id":13562254,"url":"https://github.com/Kava-Labs/kava","last_synced_at":"2025-04-03T18:33:13.554Z","repository":{"id":37550428,"uuid":"134100708","full_name":"Kava-Labs/kava","owner":"Kava-Labs","description":"DeFi for Crypto.","archived":false,"fork":false,"pushed_at":"2024-05-22T18:51:29.000Z","size":112085,"stargazers_count":433,"open_issues_count":15,"forks_count":328,"subscribers_count":37,"default_branch":"master","last_synced_at":"2024-05-22T19:58:00.540Z","etag":null,"topics":["blockchain","cosmos-sdk","cryptocurrency","go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Kava-Labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-05-19T21:55:49.000Z","updated_at":"2024-05-28T20:37:52.835Z","dependencies_parsed_at":"2023-12-13T00:30:21.588Z","dependency_job_id":"ecae15c5-fead-4b8b-83f5-033150cc30cc","html_url":"https://github.com/Kava-Labs/kava","commit_stats":{"total_commits":1339,"total_committers":45,"mean_commits":"29.755555555555556","dds":0.8192681105302464,"last_synced_commit":"2bccb6deafedd4f7a1e01be82d1d5b25af44cc35"},"previous_names":[],"tags_count":125,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kava-Labs%2Fkava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kava-Labs%2Fkava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kava-Labs%2Fkava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kava-Labs%2Fkava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kava-Labs","download_url":"https://codeload.github.com/Kava-Labs/kava/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247056986,"owners_count":20876491,"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-sdk","cryptocurrency","go"],"created_at":"2024-08-01T13:01:06.316Z","updated_at":"2025-04-03T18:33:08.539Z","avatar_url":"https://github.com/Kava-Labs.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./kava-logo.svg\" width=\"300\"\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![version](https://img.shields.io/github/tag/kava-labs/kava.svg)](https://github.com/kava-labs/kava/releases/latest)\n[![CircleCI](https://circleci.com/gh/Kava-Labs/kava/tree/master.svg?style=shield)](https://circleci.com/gh/Kava-Labs/kava/tree/master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/kava-labs/kava)](https://goreportcard.com/report/github.com/kava-labs/kava)\n[![API Reference](https://godoc.org/github.com/Kava-Labs/kava?status.svg)](https://godoc.org/github.com/Kava-Labs/kava)\n[![GitHub](https://img.shields.io/github/license/kava-labs/kava.svg)](https://github.com/Kava-Labs/kava/blob/master/LICENSE.md)\n[![Twitter Follow](https://img.shields.io/twitter/follow/KAVA_CHAIN.svg?label=Follow\u0026style=social)](https://twitter.com/KAVA_CHAIN)\n[![Discord Chat](https://img.shields.io/discord/704389840614981673.svg)](https://discord.com/invite/kQzh3Uv)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/@kava_labs) | [Discord](https://discord.gg/JJYnuCx)\n\n\u003c/div\u003e\n\nReference implementation of Kava, a blockchain for cross-chain DeFi. Built using the [cosmos-sdk](https://github.com/cosmos/cosmos-sdk).\n\n## Mainnet\n\nThe current recommended version of the software for mainnet is [v0.26.2](https://github.com/Kava-Labs/kava/releases/tag/v0.26.2) The `master` branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.\n\n### Installation and Setup\nFor detailed instructions see [the Kava docs](https://docs.kava.io/docs/nodes-and-validators/validator-node).\n\n```bash\ngit checkout v0.26.2\nmake install\n```\n\nEnd-to-end tests of Kava use a tool for generating networks with different configurations: [kvtool](https://github.com/Kava-Labs/kvtool).\nThis is included as a git submodule at [`tests/e2e/kvtool`](tests/e2e/kvtool/).\nWhen first cloning the repository, if you intend to run the e2e integration tests, you must also\nclone the submodules:\n```bash\ngit clone --recurse-submodules https://github.com/Kava-Labs/kava.git\n```\n\nOr, if you have already cloned the repo: `git submodule update --init`\n\n## Testnet\n\nFor further information on joining the testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets).\n\n## Docs\n\nKava protocol and client documentation can be found in the [Kava docs](https://docs.kava.io).\n\nIf you have technical questions or concerns, ask a developer or community member in the [Kava discord](https://discord.com/invite/kQzh3Uv).\n\n## Security\n\nIf you find a security issue, please report it to security [at] kavalabs.io. Depending on the verification and severity, a bug bounty may be available.\n\n## License\n\nCopyright © Kava Labs, Inc. All rights reserved.\n\nLicensed under the [Apache v2 License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKava-Labs%2Fkava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKava-Labs%2Fkava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKava-Labs%2Fkava/lists"}