Browse Source

Give the readme some love

master
Jonathan "Duke" Leto 7 years ago
parent
commit
b81187d280
  1. 26
      README.md

26
README.md

@ -11,18 +11,30 @@
# and has no cost associated, since nothing is sent to the blockchain
hushlist new listname
# make an already created private hushlist PUBLIC, i.e.
# publish it's privkey to the blockchain. This costs HUSH, since
# we need to send an xtn to the blockchain
hushlist public listname
# see the status of a list
hushlist status listname
hushlist add listname alice bob
hushlist send listname "A beginning is the time for taking the most delicate care that the balances are correct."
# send using a non-default chain
hushlist send listname --chain tush "If wishes were fishes, we'd all cast nets."
hushlist send listname --chain tush "If wishes were fishes, we'd all cast nets. -- Stilgar"
# show overview of lists and messages
hushlist log
# show most recent messages for listname
hushlist log listname
# donate 5 HUSH to the nice devs who write this software
# donate 5 HUSH to the nice dev Duke Leto who write this software
hushlist donate 5 hush
# In development commands
This will rely on z\_embedstring RPC which will hopefully be in the Hush 1.0.13 release,
it is currently in the `dev` branch:
# make an already created private hushlist PUBLIC, i.e.
# publish it's privkey to the blockchain. This costs HUSH, since
# we need to send an xtn to the blockchain
hushlist public listname

Loading…
Cancel
Save