Integrate IBC more and more into basecli

This commit is contained in:
Adrian Brink
2018-03-15 17:26:43 +01:00
parent 8a99041512
commit 1447bcf139
6 changed files with 33 additions and 87 deletions
+6
View File
@@ -17,6 +17,7 @@ import (
"github.com/cosmos/cosmos-sdk/version"
authcmd "github.com/cosmos/cosmos-sdk/x/auth/commands"
bankcmd "github.com/cosmos/cosmos-sdk/x/bank/commands"
ibccmd "github.com/cosmos/cosmos-sdk/x/ibc/commands"
"github.com/cosmos/cosmos-sdk/examples/basecoin/app"
"github.com/cosmos/cosmos-sdk/examples/basecoin/types"
@@ -64,6 +65,11 @@ func main() {
client.PostCommands(
coolcmd.SetTrendTxCmd(cdc),
)...)
basecliCmd.AddCommand(
client.PostCommands(
ibccmd.IBCTransferCmd(cdc),
)...)
)
// add proxy, version and key info
basecliCmd.AddCommand(