Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 943 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 943 Bytes

Go Report Card License: MIT

incognito-cli

A command line tool for the Incognito network

Usage

Installation

Install to the $GOPATH folder.

$ go install

This 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/appName

If you have issues with these commands, try to clean the golang module cache first.

go clean --modcache

Usage

See Commands