There is a mechanism on the blockchain where you can share rewards of a content with other users. We force this feature on our upload page. I wrote another tool before to do it yourself, you can try it there: https://steemwhales.com/post/ (also you can see the source code in the html)
You are viewing a single comment's thread from:
Ok, understand thanks for the example. Where can I get an explanation of the methods that are available in steemjs ?
On Github its just listed: https://github.com/steemit/steem-js/tree/master/doc#content
But I dont understand what they do in context of interacting with the blockchain database. And what the expected parameters are when calling them.
Thanks :)