add quick start guide (#1069)

This commit is contained in:
Zach
2018-01-09 20:35:47 +00:00
committed by GitHub
parent 03a14d8342
commit c521f385a6
14 changed files with 459 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
proxy_app = "tcp://127.0.0.1:46658"
moniker = "penguin"
fast_sync = true
db_backend = "leveldb"
log_level = "state:info,*:error"
[rpc]
laddr = "tcp://0.0.0.0:46657"
[p2p]
laddr = "tcp://0.0.0.0:46656"
seeds = ""