bitcoinjs / bitcoinjs-lib

A javascript Bitcoin library for node.js and browsers.
MIT License
5.65k stars 2.09k forks source link

Is `bitcoinjs-lib` available as a server? #1569

Closed msafi closed 4 years ago

msafi commented 4 years ago

I want to use bitcoinjs-lib but I don't want to mix it in with my UI code for security reasons. I prefer to have my UI interact with bitcoinjs-lib through RPC or some such mechanism. Is bitcoinjs-lib available this way? If not, I may have build this server-wrapper around it myself..

junderw commented 4 years ago

bitcoinjs-lib is not a server daemon, nor is it a client application.

It is a library which can be called from a client application or a server daemon.