cosmos-sdk/examples/gaia
2018-03-01 02:31:17 +00:00
..
gaiacli Extract version command to common location 2018-03-01 02:30:13 +00:00
gaiad Copy init code from tendermint so it runs properly 2018-03-01 02:31:17 +00:00
README.md Add overview 2018-03-01 02:30:13 +00:00

Gaiad is the abci application, which can be run stand-alone, or in-process with tendermint.

Gaiacli is a client application, which connects to tendermint rpc, and sends transactions and queries the state. It uses light-client proofs to guarantee the results even if it doesn't have 100% trust in the node it connects to.