0g-chain/README.md

32 lines
1.6 KiB
Markdown
Raw Normal View History

2018-08-20 20:36:35 +00:00
<h1>
<img alt="Kava Blockchain" src="./kava-logo.svg" width="200">
</h1>
2018-05-25 13:46:33 +00:00
2018-08-17 15:32:38 +00:00
A decentralized fast-finality blockchain for interoperable payment channel networks.
2018-05-25 13:46:33 +00:00
2018-09-18 21:05:47 +00:00
Providing a base layer currency to settle interoperable payments at high throughput. Leveraging fast finality to allow short cross currency channel timeouts. Proof of stake to provide performance and effective light clients. Payment channels to enable high volume low value transfers at realistic throughput. Streaming credit payments for effective routing and interoperability across chains.
2018-08-17 15:32:38 +00:00
2018-09-18 21:05:47 +00:00
Proudly building on the work of [Cosmos](https://github.com/cosmos/cosmos-sdk) and [Interledger](https://github.com/interledger/rfcs).
2018-08-17 15:32:38 +00:00
2018-09-18 21:05:47 +00:00
# Project Status
2018-10-02 23:35:32 +00:00
[![Testnet](https://img.shields.io/badge/testnet-live-brightgreen.svg)](http://validator.connector.kava.io:17127/abci_info)
2018-09-18 21:05:47 +00:00
[![Go Report Card](https://goreportcard.com/badge/github.com/kava-labs/kava)](https://goreportcard.com/report/github.com/kava-labs/kava)
2018-09-18 23:48:49 +00:00
[![GitHub](https://img.shields.io/github/license/kava-labs/kava.svg)](https://github.com/Kava-Labs/kava/blob/master/LICENSE.md)
2018-08-17 15:32:38 +00:00
2018-09-18 21:05:47 +00:00
We're currently in a very early public testnet, with future features being implemented.
2018-08-17 15:32:38 +00:00
2018-09-18 21:05:47 +00:00
If you're interested in being a validator join the chat and checkout the setup instructions below.
2018-08-17 15:32:38 +00:00
2018-09-18 21:05:47 +00:00
## Community
2018-08-17 15:32:38 +00:00
2018-09-18 21:05:47 +00:00
- [Telegram](https://t.me/kavalabs)
- [Medium](https://medium.com/kava-labs)
- [Validator Chat](https://riot.im/app/#/room/#kava-validators:matrix.org)
2018-08-21 20:39:57 +00:00
2018-09-18 21:05:47 +00:00
# Find Out More
2018-08-21 20:39:57 +00:00
2018-09-18 21:05:47 +00:00
- [Installation and Setup](docs/setup.md)
- [Basic Usage](docs/usage.md)
- [Payment Channels](docs/paychans.md)