The First Modular AI Chain
Go to file
2024-09-25 15:04:10 +00:00
.github rename go mod path 2024-09-25 15:00:59 +00:00
app remove useless modules 2024-09-25 15:03:21 +00:00
build rename go mod path 2024-09-25 15:00:59 +00:00
chaincfg add chaincfg to save all configration of chain 2024-09-25 15:04:10 +00:00
ci/env chore: update internal testnet kava version (#2010) 2024-08-19 14:11:55 -04:00
cli_test rename go mod path 2024-09-25 15:00:59 +00:00
client rename go mod path 2024-09-25 15:00:59 +00:00
cmd/kava remove useless modules 2024-09-25 15:03:21 +00:00
contracts chore(nodejs): Update to active LTS v20 (#2011) 2024-08-20 11:50:03 -07:00
contrib chore: fix some typos (#1913) 2024-05-16 13:27:48 -07:00
docs feat: Add gRPC query for remainder and account fractional balance (#1971) 2024-07-25 13:36:36 -07:00
migrate Add v26 migrate docs (#1863) 2024-09-25 14:57:00 +00:00
networks add deploy scripts 2024-09-25 14:57:06 +00:00
precompile feat!(precompile): Add registry and genesis tests (#1999) 2024-08-09 09:55:31 -07:00
proto revise proto files 2024-09-25 15:03:21 +00:00
tests revise proto files 2024-09-25 15:03:21 +00:00
third_party/proto Replace opendb package from kava with generic opendb repo (#1959) 2024-07-11 09:23:31 -04:00
x revise proto files 2024-09-25 15:03:21 +00:00
.dockerignore fix(docker): Ignore local build and lint cache (#1994) 2024-08-07 11:20:17 -07:00
.gitignore chore(lint): Update local make lint to match CI (#1991) 2024-08-05 10:13:17 -07:00
.gitmodules Add IBC chain to E2E test suite (#1486) 2023-03-07 14:37:45 -08:00
.golangci-version chore(linter): update Golang linter configuration (#1977) 2024-07-31 16:23:44 -04:00
.golangci.yml chore(lint): Disable funlen for test functions (#1993) 2024-08-07 13:25:18 -07:00
.mockery.yaml feat(x/precisebank): Implement GetBalance (#1916) 2024-05-21 14:11:13 -07:00
.tool-versions chore(nodejs): Update to active LTS v20 (#2011) 2024-08-20 11:50:03 -07:00
buf.work.yaml Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
CHANGELOG.md Add v26 migrate docs (#1863) 2024-09-25 14:57:00 +00:00
docker-compose.yml update build file 2024-09-25 15:04:10 +00:00
Dockerfile update build file 2024-09-25 15:04:10 +00:00
Dockerfile-rocksdb update build file 2024-09-25 15:04:10 +00:00
Dockerfile-rocksdb-base ci: extract separate rocksdb base image (#1898) 2024-05-02 10:36:49 -07:00
go.mod rename go mod path 2024-09-25 15:00:59 +00:00
go.sum Use IAVL 0.20.x for v0.26.x release, update deps (#1862) 2024-09-25 14:56:40 +00:00
hard.svg add token logos (#1185) 2022-03-10 13:24:21 -07:00
kava-logo.svg Update README to new logo (#410) 2020-03-31 11:20:31 -04:00
LICENSE.md [R4R] Basic docs tidying (#534) 2020-05-29 15:53:57 -07:00
Makefile update build file 2024-09-25 15:04:10 +00:00
prometheus.docker-compose.yml feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
prometheus.yml feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
README.md docs: update latest mainnet kava version (#2005) 2024-08-13 12:49:12 -07:00
swp.svg add token logos (#1185) 2022-03-10 13:24:21 -07:00

version CircleCI Go Report Card API Reference GitHub Twitter Follow Discord Chat

Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the cosmos-sdk.

Mainnet

The current recommended version of the software for mainnet is 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.

Installation and Setup

For detailed instructions see the Kava docs.

git checkout v0.26.2
make install

End-to-end tests of Kava use a tool for generating networks with different configurations: kvtool. This is included as a git submodule at tests/e2e/kvtool. When first cloning the repository, if you intend to run the e2e integration tests, you must also clone the submodules:

git clone --recurse-submodules https://github.com/Kava-Labs/kava.git

Or, if you have already cloned the repo: git submodule update --init

Testnet

For further information on joining the testnet, head over to the testnet repo.

Docs

Kava protocol and client documentation can be found in the Kava docs.

If you have technical questions or concerns, ask a developer or community member in the Kava discord.

Security

If 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.

License

Copyright © Kava Labs, Inc. All rights reserved.

Licensed under the Apache v2 License.