Closed alexvirtech closed 3 years ago
This library doesn't interact with node software.
It takes key info and utxo/tx info as input and creates structures for validating, signing, and manipulating Transaction data.
How you obtain that info is out of scope.
Hi Jonathan,
Thanks for the quick response. I'd like to use AVADO btc node for blockchain operations (like in https://getblock.io/). Can you send me an example of the simplest operation (for example, for 'getblockcount'), using rpc call to AVADO node? Any example of interaction with AVADO bitcoin core node using Nodejs will help me.
Regards, Alex K.
On Thu, 22 Jul 2021 at 08:57, Jonathan Underwood @.***> wrote:
This library doesn't interact with node software.
It takes key info and utxo/tx info as input and creates structures for validating, signing, and manipulating Transaction data.
How you obtain that info is out of scope.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bitcoinjs/bitcoinjs-lib/issues/1710#issuecomment-884672952, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAKBI7EP2XIAYB5A7XHLXTTY6XNRANCNFSM5AZH42UQ .
--
Alex Keselman
Mobile: +972-54-5468921 Web: www.vir-tec.net Mail: @.***
sorry, further the previous mail, if the library can't be accessible from external node software, can you explain how "It takes key info and utxo/tx info as input"?
Thanks, Alex K.
On Thu, 22 Jul 2021 at 09:10, Alexander Keselman @.***> wrote:
Hi Jonathan,
Thanks for the quick response. I'd like to use AVADO btc node for blockchain operations (like in https://getblock.io/). Can you send me an example of the simplest operation (for example, for 'getblockcount'), using rpc call to AVADO node? Any example of interaction with AVADO bitcoin core node using Nodejs will help me.
Regards, Alex K.
On Thu, 22 Jul 2021 at 08:57, Jonathan Underwood @.***> wrote:
This library doesn't interact with node software.
It takes key info and utxo/tx info as input and creates structures for validating, signing, and manipulating Transaction data.
How you obtain that info is out of scope.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bitcoinjs/bitcoinjs-lib/issues/1710#issuecomment-884672952, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAKBI7EP2XIAYB5A7XHLXTTY6XNRANCNFSM5AZH42UQ .
--
Alex Keselman
Mobile: +972-54-5468921 Web: www.vir-tec.net Mail: @.***
--
Alex Keselman
Mobile: +972-54-5468921 Web: www.vir-tec.net Mail: @.***
Examples running against a regtest Bitcoin Core node are available in the integration test folder.
Is it possible to interact with AVADO btc node? If yes, can you provide an example? Thanks, Alex K.