Good info. I have a question: Are there any way for send founds programatically without run your own node? Thanks!
You are viewing a single comment's thread from:
Good info. I have a question: Are there any way for send founds programatically without run your own node? Thanks!
You can use
cli_wallet
to connect to a public websocket server, for example (https://steemit.com/steemws/@jesta/steem-ws-the-public-steem-api-cluster):Then connect to the
cli_wallet
with your own program.You can also use piston (https://piston.readthedocs.io/en/stable/).
Oh, thanks you very much! What noob that I am...