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:
parent
942650dd8b
commit
f3f6662fc9
33 changed files with 1754 additions and 87 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue