A command line tool for the Incognito network
Install to the $GOPATH folder.
$ go installThis command will install the CLI application into your GOPATH folder. Alternatively, you can build and install the binary file
into a desired folder by the following command.
$ go build -o PATH/TO/YOUR/FOLDER/appNameIf you have issues with these commands, try to clean the golang module cache first.
go clean --modcacheSee Commands