MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

Add z_embedstring and z_readstring for storing strings in the blockchain #74

Closed oDinZu closed 6 years ago

oDinZu commented 6 years ago

It has compiled successfully on my end. It is currently running on testnet. I still have yet to add UTXO's, so I am unable to embed or read strings at the moment via TXid.

Examples:

hush-cli z_embedstring "string-to-embed" amount

hush-cli z_readstring "mytxid"
matthewjamesr commented 6 years ago

@csharpee This has already been done, we only needed the proper tests to be created / pass. Please reference #66.