diff --git a/README.md b/README.md index 4347c505..5ee73b87 100644 --- a/README.md +++ b/README.md @@ -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)
-### [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)
@@ -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). diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c6361736..b7f48b76 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -29,6 +29,10 @@ module.exports = { { title: "Auction Bot", path: "/tools/auction.html", + }, + { + title: "Community Tools", + path: "/tools/community.html", } ] }, diff --git a/docs/communitytools.md b/docs/communitytools.md new file mode 100644 index 00000000..7b2db8b2 --- /dev/null +++ b/docs/communitytools.md @@ -0,0 +1,46 @@ + +# 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/) diff --git a/docs/pre.sh b/docs/pre.sh index 56a35fda..1e04f029 100755 --- a/docs/pre.sh +++ b/docs/pre.sh @@ -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" \ No newline at end of file +---" > "./${toolsDir}/readme.md"