Add overview

This commit is contained in:
Ethan Frey 2018-02-21 10:45:31 +01:00 committed by rigelrozanski
parent 2a3990d713
commit d1fc3d6801
1 changed files with 3 additions and 0 deletions

3
examples/gaia/README.md Normal file
View File

@ -0,0 +1,3 @@
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.