This cmd directory contains two command line tool: lino and linocli. lino is used to luanch the Lino Blockchain node. linocli can be used to interact with Lino Blockchain.
$ ./lino init
$ ./lino start
$ ./linocli transfer --sender=<username> --receiver=<receiver> --amount=1 --chain-id=<chain id> --sequence=<sender's sequence number>
$ ./linocli register --referrer=<username> --user=<new user> --amount=1 --chain-id=<chain id> --sequence=<sender's sequence number>
Follow
$ ./linocli follow --follower=<me> --followee=<other> --is-follow=true --sequence= --chain-id=<chain id> --sequence=<sender's sequence number>
Unfollow
$ ./linocli follow --follower=<me> --followee=<other> --is-follow=false --sequence= --chain-id=<chain id> --sequence=<sender's sequence number>
Check Bank
$ ./linocli username XXXXXXXX
List all keys
$ ./linocli keys list