gnokey maketx call -pkgpath "gno.land/r/demo/microblog" -func "Render" -gas-fee 1000000ugnot -gas-wanted 2000000 -broadcast -chainid "test5" -args "" -remote "http://rpc.test5.gno.land" ADDRESSgnokey query -remote "http://rpc.test5.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/demo/microblog" -func "Render" -gas-fee 1000000ugnot -gas-wanted 2000000 -send "" -args "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "test5" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://rpc.test5.gno.land" call.tx