add gitignore, cli shell

This commit is contained in:
Tadge Dryja
2015-12-30 16:19:09 -04:00
parent a93b6dcee4
commit 31f3df2183
9 changed files with 405 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
"os"
"github.com/codegangsta/cli"
"li.lan/labs/plasma/rpcprotos"
"li.lan/labs/plasma/lnrpc"
"google.golang.org/grpc"
)
@@ -52,6 +52,7 @@ func main() {
app.Commands = []cli.Command{
NewAddressCommand,
SendManyCommand,
ShellCommand,
}
if err := app.Run(os.Args); err != nil {
fatal(err)