September 13, 2026

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

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.

Previous Article

How do I restore a wallet from a backup file in MultiBit HD when you have the words and cloud backup?

Next Article

How to build Bitcoin binaries for Windows on Ubuntu using cross-compile