Using blockcypher BitcoinJs at clientside is secure or not?

1

I am trying to create new transaction using bitcoinjs at client side. Is it a secure way to create a transaction from Client side, which includes curl call.

Scenario, if I start from creating the new address using the library it includes curl call which can be easily accessible from the browsers dev tool which leads to direct access to my private keys.

So, is it safe to handle the transaction at client side or not?

Kunal Birhade

Posted 2018-02-12T20:22:04.877

Reputation: 11

No answers