0g-chain/README.md

46 lines
1.9 KiB
Markdown
Raw Normal View History

2019-06-20 18:16:57 +00:00
<p align="center">
2019-06-20 18:19:38 +00:00
<img src="./kava-logo.svg" width="300">
2019-06-20 18:16:57 +00:00
</p>
<h3 align="center">DeFi for Crypto.</h3>
<div align="center">
2019-10-15 18:19:34 +00:00
[![version](https://img.shields.io/github/tag/kava-labs/kava.svg)](https://github.com/kava-labs/kava/releases/latest)
[![CircleCI](https://circleci.com/gh/Kava-Labs/kava/tree/master.svg?style=shield)](https://circleci.com/gh/Kava-Labs/kava/tree/master)
2019-06-20 18:16:57 +00:00
[![Go Report Card](https://goreportcard.com/badge/github.com/kava-labs/kava)](https://goreportcard.com/report/github.com/kava-labs/kava)
[![API Reference](https://godoc.org/github.com/Kava-Labs/kava?status.svg)](https://godoc.org/github.com/Kava-Labs/kava)
[![GitHub](https://img.shields.io/github/license/kava-labs/kava.svg)](https://github.com/Kava-Labs/kava/blob/master/LICENSE.md)
[![Twitter Follow](https://img.shields.io/twitter/follow/kava_labs.svg?label=Follow&style=social)](https://twitter.com/kava_labs)
2019-06-21 16:08:59 +00:00
[![riot.im](https://img.shields.io/badge/riot.im-JOIN%20CHAT-green.svg)](https://riot.im/app/#/room/#kava-validators:matrix.org)
2019-06-20 18:16:57 +00:00
</div>
<div align="center">
2019-06-27 21:32:43 +00:00
### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/kava-labs) | [Validator Chat](https://riot.im/app/#/room/#kava-validators:matrix.org)
2019-06-20 18:16:57 +00:00
</div>
2019-10-15 18:37:43 +00:00
Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the [comsos-sdk](https://github.com/cosmos/cosmos-sdk).
2019-06-21 16:08:59 +00:00
## Mainnet
Note, the current recommended version of the software for mainnet is v0.3.2. The master branch of this repository contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
### Installation
2019-06-21 16:08:59 +00:00
2019-10-15 18:37:43 +00:00
```sh
git checkout v0.3.2
2019-07-02 21:31:10 +00:00
make install
2019-06-21 16:08:59 +00:00
```
## Testnet
The recommended version of the software for kava-testnet-4000 is v0.4.1. For further information on joining the testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets).
2019-06-21 16:08:59 +00:00
2019-06-20 18:16:57 +00:00
## License
Copyright © Kava Labs, Inc. All rights reserved.
2019-10-15 18:49:56 +00:00
Licensed under the [Apache v2 License](LICENSE.md).