mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
The First Modular AI Chain
df1c2ffc34
* Add methods for reward accrual time * Add accrual time methods * Add claim type to IterateAllRewardAccrualTimes callback method * Use new AccrualTime proto type for state methods, add to genesis * Add GetAllRewardAccrualTimes doc * Add accrual times to genesis methods * Remove DecodeKeyPrefix * Update acrual time iterate method naming * Update Iterate claims naming * Use method for sourceID key conversion |
||
---|---|---|
.circleci | ||
.github/.workflows | ||
app | ||
cli_test | ||
client | ||
cmd/kava | ||
contrib | ||
docs | ||
migrate | ||
networks/local | ||
proto | ||
scripts | ||
simulations | ||
third_party/proto | ||
x | ||
.clang-format | ||
.dockerignore | ||
.gitignore | ||
buf.work.yaml | ||
CHANGELOG.md | ||
docker-compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
golangci.yml | ||
hard.svg | ||
kava-logo.svg | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
swp.svg |
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.19.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.19.0
make install
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.
License
Copyright © Kava Labs, Inc. All rights reserved.
Licensed under the Apache v2 License.