cosmos-sdk/docs/clients
Karoly Albert Szabo 00f753d684 Merge PR #4471: Migrate genesis cmd 2019-07-03 12:21:34 -04:00
..
lite Merge PR #4312: Touch up light client docs 2019-05-27 14:03:06 -07:00
README.md Merge PR #4471: Migrate genesis cmd 2019-07-03 12:21:34 -04:00
cli.md Documentation Structure Change and Cleanup (#2808) 2018-11-14 11:44:17 -08:00
service-providers.md Merge PR #4353: Documentation Fixes 2019-05-17 09:24:24 -04:00

README.md

Clients

This section explains contains information on clients for SDK based blockchain.

NOTE: This section is a WIP.

Light-client

Light-clients enable users to interact with your application without having to download the entire state history but with a good level of security.

Other clients

Genesis upgrade

If you need to upgrade your node you could export the genesis and migrate it to the new version through this script:

<appbinary> migrate v0.36 genesis_0_34.json [--time "2019-04-22T17:00:11Z"] [--chain-id test] > ~/.gaiad/genesis.json