The First Modular AI Chain
Go to file
0xsatoshi 8d761147a2 fix
2024-08-03 15:05:14 +08:00
.github rename go mod path 2024-08-03 15:03:23 +08:00
app fix 2024-08-03 15:05:14 +08:00
build rename go mod path 2024-08-03 15:03:23 +08:00
chaincfg fix 2024-08-03 15:05:14 +08:00
ci/env Add ibc packet forward middleware for ibc transfer (#1839) 2024-03-07 16:47:46 -05:00
cli_test fix unit test 2024-08-03 15:05:03 +08:00
client recover "rename denoms" in 3 files 2024-08-03 15:05:14 +08:00
cmd keep the EthSecp256k1 from cosmos for compatible 2024-08-03 15:05:14 +08:00
contracts rename kava 2024-08-03 15:04:46 +08:00
contrib use broadcast mode sync vs block in cli scripts (#1823) 2024-02-08 14:52:36 -05:00
crypto feat: precompile 2024-08-03 15:04:55 +08:00
docs fix:paramaters->paramaters (#1796) (#1872) 2024-04-05 07:14:49 -07:00
migrate use chaincfg.MakeCoinForGasDenom 2024-08-03 15:05:14 +08:00
networks update max validator count 2024-08-03 15:04:55 +08:00
precompiles feat: getQuorumRow 2024-08-03 15:05:14 +08:00
proto feat: getQuorumRow 2024-08-03 15:05:14 +08:00
tests rename denoms 2024-08-03 15:05:13 +08:00
third_party/proto rename denoms 2024-08-03 15:05:13 +08:00
x refactor: epoch quorum storage 2024-08-03 15:05:14 +08:00
.dockerignore ci: update CI workflows and pipelines (#1768) 2023-11-08 14:06:03 -08:00
.gitignore feat: precompile 2024-08-03 15:04:55 +08:00
.gitmodules Add IBC chain to E2E test suite (#1486) 2023-03-07 14:37:45 -08:00
.tool-versions Bump cosmos-sdk to v0.47.10-kava.2 with iavl v1 support (#1846) (#1855) 2024-03-22 18:27:21 -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-03-29 11:05:52 -07:00
docker-compose.yml update build file 2024-08-03 15:04:33 +08:00
Dockerfile update build file 2024-08-03 15:04:33 +08:00
Dockerfile-rocksdb update build file 2024-08-03 15:04:33 +08:00
go.mod tidy 2024-08-03 15:05:14 +08:00
go.sum fix 2024-08-03 15:05:14 +08:00
golangci.yml address comments from review 2020-04-30 17:10:53 -04: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
localtestnet.sh fix 2024-08-03 15:05:14 +08:00
Makefile rename denoms 2024-08-03 15:05:13 +08: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 release: update docs & changelog for v0.25.0 (#1794) 2023-12-07 10:21:02 -08: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.25.0 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.25.0
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] kava.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.