mkdir -p $GOPATH/src/github.com/smartshareproject/
cd $GOPATH/src/github.com/smartshareproject/
git clone https://github.com/smartshareproject/smartshare
make smartshare
or, to build the full suite of utilities:
make all
$ 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.