mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-03-14 05:25:17 +00:00
41 lines
1.7 KiB
Markdown
41 lines
1.7 KiB
Markdown
<p align="center">
|
|
<img src="./kava-logo.svg" width="300">
|
|
</p>
|
|
<h3 align="center">DeFi for Crypto.</h3>
|
|
|
|
<div align="center">
|
|
|
|
[](https://github.com/kava-labs/kava/releases/latest)
|
|
[](https://circleci.com/gh/Kava-Labs/kava/tree/master)
|
|
[](https://goreportcard.com/report/github.com/kava-labs/kava)
|
|
[](https://godoc.org/github.com/Kava-Labs/kava)
|
|
[](https://github.com/Kava-Labs/kava/blob/master/LICENSE.md)
|
|
[](https://twitter.com/kava_labs)
|
|
[](https://riot.im/app/#/room/#kava-validators:matrix.org)
|
|
|
|
</div>
|
|
|
|
<div align="center">
|
|
|
|
### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/kava-labs) | [Validator Chat](https://riot.im/app/#/room/#kava-validators:matrix.org)
|
|
|
|
### Participate in Kava testnets and [snag a founder badge](./docs/REWARDS.md)!
|
|
|
|
</div>
|
|
|
|
Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the [comsos-sdk](https://github.com/cosmos/cosmos-sdk).
|
|
|
|
## Quick Start
|
|
|
|
```sh
|
|
make install
|
|
```
|
|
|
|
To join the latest testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets).
|
|
|
|
## License
|
|
|
|
Copyright © Kava Labs, Inc. All rights reserved.
|
|
|
|
Licensed under the [Apache v2 License](LICENSE.md).
|