cosmos-sdk/docs/interfaces
Marko f1adb7afd9 Merge PR #4904: Remove empty files and broken links 2019-08-14 11:05:01 -04:00
..
lite Merge PR #4691: Add baseapp concept doc 2019-07-17 09:26:48 -07:00
README.md Merge PR #4691: Add baseapp concept doc 2019-07-17 09:26:48 -07:00
service-providers.md Merge PR #4829: Fix a bunch of broken/incorrect links 2019-08-01 14:02:35 -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