Results 2 comments of neander-squirrel

If you read the documentation, you will see: ``` steem.broadcast.comment(wif, parentAuthor, parentPermlink, author, permlink, title, body, jsonMetadata, function(err, result) { console.log(err, result); }); ``` https://github.com/steemit/steem-js/blob/master/doc/README.md#comment If you want a post,...

You can just simply store your private posting key as string and use that. What you're doing now is storing your master key and make a call to get your...