
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
electrum-http
Advanced tools
Service that takes http requests asks specific electrum server in socket and returns electrums response
Nodejs server for doing electrum server over http. no need for socket, just get requests on urls. Uses tls on port 50002.
Requires node version 6.0 and above
Install npm dependencies with command:
npm install
Start the service with command:
npm start
Service will be started on 127.0.0.1:3456
parameters - > call, server, param, port, contype, coin (as defined in bitgo-utxo-lib, required for nice calls)
possible calls balance = blockchainScripthash_getBalance, param = address history = blockchainScripthash_getHistory, param = address transaction = blockchainTransaction_get, param = txid utxo = blockchainScripthash_listunspent, param = address broadcast = blockchainTransaction_broadcast, param = rawtx height = blockchainHeaders_subscribe, no parameter header = blockchainBlock_getHeader, param = height nicehistory -> param = address niceentirehistory -> param = address niceutxo -> param = address
FAQs
Service that takes http requests asks specific electrum server in socket and returns electrums response
The npm package electrum-http receives a total of 1 weekly downloads. As such, electrum-http popularity was classified as not popular.
We found that electrum-http demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.