The First Modular AI Chain
Go to file
2023-04-13 14:30:12 -04:00
.github run manual internal testnet job everytime it is triggered 2023-04-13 14:30:12 -04:00
app feat: re-add validator-vesting legacy rest endpoints (#1542) 2023-04-06 15:51:34 -07:00
build feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
ci/env add multichain assets to evmutils (#1554) 2023-04-13 12:15:17 -05:00
cli_test Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
client feat: re-add validator-vesting legacy rest endpoints (#1542) 2023-04-06 15:51:34 -07:00
cmd/kava feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
contrib feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
docs fix: remove denom path parameters from hard grpc query url (#1519) 2023-03-27 16:39:56 -07:00
migrate Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
networks/local Use OS specific build directories (#600) 2020-06-24 14:21:01 -04:00
proto fix: remove denom path parameters from hard grpc query url (#1519) 2023-03-27 16:39:56 -07:00
simulations Simulation fixes (#527) 2020-09-01 11:33:12 -04:00
tests feat: e2e test eip712 signing & erc20 interactions (#1535) 2023-04-06 10:51:13 -07:00
third_party/proto feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
x bug: fix invalid accumulation time genesis validation (#1550) 2023-04-13 09:42:01 -07:00
.dockerignore Add IBC chain to E2E test suite (#1486) 2023-03-07 14:37:45 -08:00
.gitignore Add x/community Lend proposals (#1425) 2022-12-12 16:38:27 -08:00
.gitmodules Add IBC chain to E2E test suite (#1486) 2023-03-07 14:37:45 -08:00
.tool-versions fix e2e test in CI pipeline (#1528) 2023-04-04 14:22:18 -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 bug: fix invalid accumulation time genesis validation (#1550) 2023-04-13 09:42:01 -07:00
docker-compose.yml Fix fail local testnet docker-compose up 2021-11-04 12:06:11 +09:00
Dockerfile fix e2e test in CI pipeline (#1528) 2023-04-04 14:22:18 -07:00
go.mod chore: bump ethermint to v0.21.0-kava-v22-1 (#1546) 2023-04-11 11:04:01 -07:00
go.sum chore: bump ethermint to v0.21.0-kava-v22-1 (#1546) 2023-04-11 11:04:01 -07: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
Makefile support chian upgrades in e2e tests (#1513) 2023-03-28 15:32:36 -07:00
README.md update readme & changelog (#1511) 2023-03-21 12:01:43 -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.21.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.21.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.