The First Modular AI Chain
Go to file
2019-10-11 14:53:38 -04:00
app add sim test comments 2019-10-10 12:55:02 -04:00
cli_test resolve TODOs 2019-09-27 14:05:21 -04:00
cmd rebase, handle first block 2019-10-09 18:42:23 -04:00
docs docs(readme): minor edits 2019-07-02 18:19:10 -04:00
simulations add "sim name" env var for clarity 2019-10-10 12:55:02 -04:00
testnet-1.1 feat: 1.1 genesis 2019-07-05 03:57:55 +00:00
x/validator-vesting fix: get vesting status return values 2019-10-10 10:59:05 -04:00
.gitignore update cli tests 2019-09-12 12:19:13 -04:00
go.mod feat: pin to sdk 64a2741 2019-10-10 12:36:19 -04:00
go.sum feat: pin to sdk 64a2741 2019-10-10 12:36:19 -04:00
kava-logo.svg add basic readme 2019-06-20 19:16:57 +01:00
LICENSE.md update 2019-06-07 12:59:19 +01:00
Makefile add remote sim script 2019-10-11 14:53:38 -04:00
README.md Update README.md 2019-07-26 18:27:57 -04:00

DeFi for Crypto.

Go Report Card API Reference GitHub Twitter Follow riot.im

Telegram | Medium | Validator Chat

Participate in the Kava testnet and snag a founder badge!

Installing

This guide assumes you have worked with cosmos-sdk blockchains previously. If you are just getting started, great! See the complete guide here.

Installing KVD

git clone https://github.com/Kava-Labs/kava.git
cd kava
# Ensure GO Modules are enabled
export GO111MODULE=on
make install

Create a Wallet

kvd init --chain-id=kava-testnet-2000 <your-moniker>
kvcli keys add <your_wallet_name>

Be sure to back up your mnemonic!

Create a Genesis Transaction

kvd add-genesis-account $(kvcli keys show <your_wallet_name> -a) 1000000000000ukava
kvd gentx --name <your_wallet_name> --amount 1000000000000ukava --ip <your-public-ip>

A genesis transaction should be written to $HOME/.kvd/config/gentx/gentx-<gen_tx_hash>.json

Submit Genesis Transaction

To be included in the genesis file for testnet two, fork the testnets repo and copy your genesis transaction to the 2000 directory. Submit your fork including your genesis transaction as a PR.

License

Copyright © Kava Labs, Inc. All rights reserved.

Licensed under the Apache v2 License.