Hi all,
EarthCoin supports transaction message (like DMD). How does it work?
Is there any document that helps me develop a Python or PHP plugin to send and parse transaction message from earthcoind?
Thanks
Transaction message is pretty easy to use. When you send coins, you can put a message, which will be attached to this transaction and be stored in the blockchain. Of course everyone can see this message. People can use it as a note for what the transaction is for.
Transaction message first introduced by Florin coin, and was later ported to PoW/PoS coins like DMD.
I think the daemon command support transaction messages, so if you want to have a website (say gaming site) that send award to people, you can add automatic messages telling them what prize they won etc.