Doc updates (#628)

* add community tools to docs

* update readme to v0.10.0
This commit is contained in:
Denali Marsh 2020-08-31 15:46:39 +02:00 committed by GitHub
parent b10d964f90
commit deb1db04ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 10 deletions

View File

@ -11,13 +11,13 @@
[![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)
[![Discord Chat](https://img.shields.io/discord/704389840614981673.svg)](https://discord.gg/M4uxsG)
[![Discord Chat](https://img.shields.io/discord/704389840614981673.svg)](https://discord.com/invite/kQzh3Uv)
</div>
<div align="center">
### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/kava-labs) | [Discord](https://discord.gg/M4uxsG)
### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/kava-labs) | [Discord](https://discord.com/invite/kQzh3Uv)
</div>
@ -25,18 +25,18 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using
## Mainnet
Note, the current recommended version of the software for mainnet is v0.8.1. The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
Note, the current recommended version of the software for mainnet is v0.10.0. The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
### Installation
```bash
git checkout v0.8.1
git checkout v0.10.0
make install
```
### Upgrade
The scheduled mainnet upgrade to `kava-3` took place on June 10th, 2020 at 14:00 UTC. The version of Kava for `kava-3` is [__v0.8.1__](https://github.com/Kava-Labs/kava/releases/tag/v0.8.1).
The scheduled mainnet upgrade to `kava-3` took place on June 10th, 2020 at 14:00 UTC. The current version of Kava for `kava-3` is [__v0.10.0__](https://github.com/Kava-Labs/kava/releases/tag/v0.10.0).
Migration instructions can be found [here](https://github.com/Kava-Labs/kava/blob/master/contrib/kava-3/migration.md).
@ -51,11 +51,11 @@ jq -S -c -M '' genesis.json | shasum -a 256
## Testnet
The recommended version of the software for kava-testnet-6000 is v0.8.0-rc1. For further information on joining the testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets).
The recommended version of the software for kava-testnet-8000 is 0.9.0-rc1. For further information on joining the testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets).
## Docs
Kava protocol and client documentation can be found in the [Kava docs](https://docs.kava.io).
Kava protocol and client documentation can be found in the [Kava docs](https://docs.kava.io).
If you have technical questions or concerns, ask a developer or community member in the [Kava discord](https://discord.com/invite/kQzh3Uv).

View File

@ -29,6 +29,10 @@ module.exports = {
{
title: "Auction Bot",
path: "/tools/auction.html",
},
{
title: "Community Tools",
path: "/tools/community.html",
}
]
},

46
docs/communitytools.md Normal file
View File

@ -0,0 +1,46 @@
<!---
parent:
order: false
--->
# Community Tools
The Kava community has developed some amazing tools and services. If you've built something great on, for, or in support of the Kava ecosystem let us know and we'll add it to this list.
## User Interfaces
- [Kava Web App](https://app.kava.io/)
- Cosmostation Mobile App: [App Store](https://apps.apple.com/us/app/cosmostation/id1459830339), [Play Store](https://play.google.com/store/apps/details?id=wannabit.io.cosmostaion&hl=en)
- Frontier Mobile App: [App Store](https://apps.apple.com/us/app/frontier-defi-wallet/id1482380988), [Play Store](https://play.google.com/store/apps/details?id=com.frontierwallet&hl=en)
## Explorers
- [Mintscan](https://kava.mintscan.io/) by Cosmostation
- [Big Dipper](https://kava.bigdipper.live/) by Forbole
- [PING.pub](https://kava.ping.pub/#/parameter)
## For Validators
- [QuickSync](https://kava.quicksync.io/) chain snapshots
## Staking
- [Staking rewards calculator](https://www.stakingrewards.com/earn/kava/calculate)
- [Hubble](https://hubble.figment.network/kava/chains/kava-3) validator explorer by Figment
### Staking Providers
Listed in alphabetical order.
- [ATEAM](https://nodeateam.com/)
- [B-Harvest](https://bharvest.io/)
- [BNB48 Club](https://www.bnb48.club/)
- [Binance Staking](https://www.binance.com/en/staking)
- [ChainLayer](https://www.chainlayer.io/)
- [Chorus One](https://chorus.one/)
- [Cosmostation](https://www.cosmostation.io/)
- [Dokia Capital](https://dokia.capital/)
- [Figment](https://figment.network/protocols/kava/)
- [Forbole](https://www.forbole.com/)
- [Huboi Pool](https://www.huobipool.com/)
- [OKEx Pool](https://www.okex.com/pool)
- [P2P](https://p2p.org/)
- [SNZ Pool](https://snzholding.com/pool.html)
- [Sikka](https://www.sikka.tech/)
- [StakeWith.Us](https://www.stakewith.us/)
- [Staked](https://staked.us/)
- [stake.fish](https://stake.fish/en/)

View File

@ -19,7 +19,7 @@ clientDir="building"
mkdir -p "./${clientDir}"
curl "${baseGitUrl}/${clientGitRepo}/master/README.md" -o "./${clientDir}/${clientGitRepo}.md"
echo "---
parent:
parent:
order: false
---" > "./${clientDir}/readme.md"
@ -35,7 +35,10 @@ mkdir -p "./${toolsDir}"
for T in ${toolDocs[@]}; do
curl "${baseGitUrl}/${toolsGitRepo}/master/${T}/README.md" -o "./${toolsDir}/${T}.md"
done
# Copy the community tools
cp communitytools.md "./${toolsDir}/community.md"
echo "---
parent:
parent:
order: false
---" > "./${toolsDir}/readme.md"
---" > "./${toolsDir}/readme.md"