Base wallet implementation (#35)

* Initial draft of the neo-go wallet

* Cleanup + more test for util package

* integrated wallet into neo-cli partially

* base wallet implementation + smartcontract code.
This commit is contained in:
Anthony De Meulemeester 2018-03-02 16:24:09 +01:00 committed by GitHub
parent 942650dd8b
commit f3f6662fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 1754 additions and 87 deletions

View file

@ -7,7 +7,7 @@ import (
"github.com/urfave/cli"
)
// NewCommand creates a new Node command
// NewCommand creates a new Node command.
func NewCommand() cli.Command {
return cli.Command{
Name: "node",