bartosz546
bartosz546
Hmm... I think you must have your own server which will delay moment of publication, but than you need to have your user posting key. I think there is no...
What you mean by API updates?
I can suppose you've got to add pure html code in your post text, steem blockchain handle only pure text content, all formatting and interpratations are being done on frontend...
User never send his private keys to anyone. Transaction signing is local process of encryption your data with private key which can be decrypted with stored on blockchain public key,...
If I understand you correctly. You want extend steem account privalages by creating your own service based on the steem accounts?
Service like this is possible to create, but not easy (At least for me). You can encrypt http requests with user private key (they will become from this moment transaction)...
How long it takes reviewers with write access to approve sth? I am slowly thinking about forking library...
Hi, probably you should find API address or check steemit.com code, I know steem-js library could be a lot better... https://github.com/steemit/condenser
If I find time, I will do it for you.
Where exactly error is thrown? Could you provide full error message?