Bitcoin node and sending transaction

0

Is there any bitcoin free full node (both mainnet and testnet) available online that i can make use of like infura for ethereum? This is because i do not intend to host my own node.

Also which javascript library for bitcoin can be used for generate wallet and sending transaction?

desmondlee

Posted 2018-05-31T08:10:05.320

Reputation: 103

Answers

1

You can use this libs for your purposes:

https://github.com/bitpay/bitcore-lib

https://github.com/bitpay/bitcore-explorers

And you dont need a node =)

Дима Марков

Posted 2018-05-31T08:10:05.320

Reputation: 314