Begin implementation of local client

This commit is contained in:
Ethan Frey
2017-02-22 14:41:10 +01:00
parent bf1ee89b27
commit 7c26be3242
8 changed files with 429 additions and 25 deletions

View File

@ -37,6 +37,10 @@ func GetConfig() cfg.Config {
return config
}
func GetNode() *nm.Node {
return node
}
// GetURIClient gets a uri client pointing to the test tendermint rpc
func GetURIClient() *client.ClientURI {
rpcAddr := GetConfig().GetString("rpc_laddr")