Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 546 Bytes

File metadata and controls

29 lines (18 loc) · 546 Bytes

SmartShare

Clone the source

mkdir -p $GOPATH/src/github.com/smartshareproject/
cd $GOPATH/src/github.com/smartshareproject/
git clone https://github.com/smartshareproject/smartshare

Building the source

make smartshare

or, to build the full suite of utilities:

make all

Running Smartshare

$ smartshare

smartshare will connect to the main net, or use

$ smartshare console

smartshare will connect to the main net and open an interactive console, we can use it to test smartshare function.