Sort:  

Hello @tyvain ,

yes, this is actually already possible :) Sadly, the documentation is not really ready, so you will need to put some pieces together:

  • Please have a look at this sample on GitHub
  • This sample shows how to work with Operations in general. Instead of VoteOperation, you want to use a CommentOperation like shown in this sample
  • To post a new comment, you need to set the parentAuthor to an empty account like discussed and shown in this GitHub issue

It is currently planned to improve this a lot with the upcoming versions.

Thank you for your interest in SteemJ and I hope that this answer helps you to implement your project ideas.

Best regards!

Thank you for the answer. I will test that. If it works, I can send you a sample code for the documentation.

I am almost there.
But there is still a bug.
-> I submit an issue: https://github.com/marvin-we/steem-java-api-wrapper/issues/67

Thank you for reporting the issue :) I've replied to the ticket.