Merge branch 'develop' into zach/docs-and-links

This commit is contained in:
Christopher Goes
2018-07-04 20:32:38 +02:00
committed by GitHub
44 changed files with 1139 additions and 704 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func newApp(logger log.Logger, db dbm.DB) abci.Application {
Note we utilize the popular [cobra library](https://github.com/spf13/cobra)
for the CLI, in concert with the [viper library](https://github.com/spf13/library)
for managing configuration. See our [cli library](https://github.com/tendermint/tmlibs/blob/master/cli/setup.go)
for managing configuration. See our [cli library](https://github.com/tendermint/blob/master/tmlibs/cli/setup.go)
for more details.
TODO: compile and run the binary