Is it possible to talk to bitcoin RPC API with Javascript and WITHOUT using a node server?

0

I am planning on building a Wallet and want to know if I can hook something like an Electron native JavaScript app to Bitcoin RPC without running node.js for the server calls, so using something like AJAX or XMLhttprequest.

DUDE139

Posted 2017-04-11T12:17:43.000

Reputation: 1

Answers

0

It is possible? Yes definitely!

Is it secure and smart to do? NO!

Anyone can see the password of your bitcoin node and thus steal your funds.

You will be hacked in no time.

Web Weave

Posted 2017-04-11T12:17:43.000

Reputation: 319