Skip to content

oberlab/labcoin-wallet-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wallet-cli

A Labcoin Walllet CLI

Build from source

Clone the Repository

$ git clone [email protected]:oberlab/labcoin-wallet-cli.git

Install dependencies

$ pub get

Build the executable

// Windows
$ dart2native bin/main.dart -o labwallet.exe

// Unix
$ dart2native bin/main.dart -o labwallet

Help

$ labwallet --help