You are viewing a single comment's thread from:
RE: Exploratory Analysis Shows World of Opportunity with JSON and STEEM
Yes, the transfer is signed by the account’s posting key. And yes, also apps can sign custom_json transactions on behalf of users.
Thanks. Is there a guide somewhere on how to do custom JSON? With dsteem or another library? I'll try to google search for it at some point ;) Thanks again for the informative discussion!
The only way I know to access custom_json transactions is directly through blocks — I’ve written a library called steem-state (and helper library steem-transact) that uses dsteem to make it easier to make custom_json DApps. There’s 3 tutorials, the first of them being in the README at https://github.com/nicholas-2/steem-state
By the end of the 3 tutorials you’ll have a fully functioning custom_json token!
Sweet! Thanks again!