Great explanation on broadcasting operations in Steem using JavaScript! Your detailed breakdown of the transfer and posting processes makes it accessible, even for those new to blockchain programming. I have a question: do you recommend any de additional libraries or tools for debugging these operations during testing? Following your lessons has been incredibly insightful; thank you for sharing!
Hi @alejos7ven, first, thank you for this lesson and this challenge. I have a question about the third question in the homework:
"Transfer 0.001 STEEM to @eight888 using Steem JS, and add the title of this lesson in the memo. [3 PTS]"
You didn’t show us how to make a transfer, only delegation, so we would like to know how to do that. I don't have any STEEM; I only have STEEM Power. It takes me a week to power down, and that will overlap with the end of this challenge. So, is there any solution? Maybe you could ask us to do a transfer or delegation instead, not only a transfer?
You can do the transfer by studying the method "transfer" in the documentation, it’s easy because you don’t have to transform any value, just add 3 decimals and the symbol STEEM/SBD
The idea is you to learn how to broadcast operations by your own using different methods, cause it is common that you need to do an specific operation and you have to learn how to use a new method.
If you don’t have Steem, you could replace this task with accountWitnessVote method, try removing and giving again a witness vote.
thank you for the advice! I'll review the "transfer" method in the documentation to understand how it works. Note that there is no need to change the value. Just add 3 decimal places and a sign (STEEM/SBD).
Since I don't have STEEM, I'll use the accountWitnessVote method instead. I really appreciate the flexibility of working for those who don't have STEEM. Thank you for supporting this process!
Here is my entry: https://steemit.com/steemjs-s22w4/@mohammadfaisal/domain-steem-with-javascript-lesson-4-broadcasting-operations-part-1-transferring-and-posting
Great explanation on broadcasting operations in Steem using JavaScript! Your detailed breakdown of the transfer and posting processes makes it accessible, even for those new to blockchain programming. I have a question: do you recommend any de additional libraries or tools for debugging these operations during testing? Following your lessons has been incredibly insightful; thank you for sharing!
I don’t know any library to do it from know, maybe some student of this course will be the hero to do something like this.
Thanks for the support!
Hi @alejos7ven, first, thank you for this lesson and this challenge. I have a question about the third question in the homework:
"Transfer 0.001 STEEM to @eight888 using Steem JS, and add the title of this lesson in the memo. [3 PTS]"
You didn’t show us how to make a transfer, only delegation, so we would like to know how to do that. I don't have any STEEM; I only have STEEM Power. It takes me a week to power down, and that will overlap with the end of this challenge. So, is there any solution? Maybe you could ask us to do a transfer or delegation instead, not only a transfer?
You can do the transfer by studying the method "transfer" in the documentation, it’s easy because you don’t have to transform any value, just add 3 decimals and the symbol STEEM/SBD
The idea is you to learn how to broadcast operations by your own using different methods, cause it is common that you need to do an specific operation and you have to learn how to use a new method.
If you don’t have Steem, you could replace this task with accountWitnessVote method, try removing and giving again a witness vote.
Let me know if you need help with something,
thank you for the advice! I'll review the "transfer" method in the documentation to understand how it works. Note that there is no need to change the value. Just add 3 decimal places and a sign (STEEM/SBD).
Since I don't have STEEM, I'll use the accountWitnessVote method instead. I really appreciate the flexibility of working for those who don't have STEEM. Thank you for supporting this process!
Best regards
You created exclusive and quality content
We wish you a happy new year 2025
Team 01 - Steemit Explorers Team
@graceleon
Здорово, что начал появляться такой полезный контент! Друг, ты крутой! Успехов тебе!
Thank you!☺️
Check out my entry: Mastering Steem Blockchain Operations with JavaScript. Also, the post is shared on Twitter: Twitter Link.
Могу ли я задать несколько вопросов по уроку в телеграмм?
Yes
Как мне найти вас в телеграмм?
Alejos7ven
Hello @alejos7ven! 👋
I really enjoyed your post and I have voted for it.
This comment was generated by my bot for the completion of my task. 🚀
App: mohammadfaisal/1.0
This post has been upvoted by @italygame witness curation trail
If you like our work and want to support us, please consider to approve our witness
Come and visit Italy Community
Saludos amigo.
Una pequeña consulta. El readline no me permite leer los datos, me sale este error
Sera debido a que tengo una version de node.js 13.14.0 que es muy obsoleta. Ya hice el proceso de instalar el readline.
creo que es un error de node en si, desinstalalo y vuelvelo a instalar