Bitcoin-Node-Api icon indicating copy to clipboard operation
Bitcoin-Node-Api copied to clipboard

NB: NO LONGER MAINTAINED. Beware of outdated dependencies. Please fork and update.

Results 4 Bitcoin-Node-Api issues
Sort by recently updated
recently updated
newest added

This dependency was not found: * fs in ./node_modules/bitcoin-node-api/node_modules/connect/lib/connect.js, ./node_modules/bitcoin-node-api/node_modules/connect/lib/middleware/directory.js and 5 others To install it, you can run: npm install --save fs These relative modules were not found: *...

When I am trying to run below example as ``` var bitcoinapi = require('bitcoin-node-api'); var express = require('express'); var app = express(); var wallet = { host: 'localhost', port: 8332,...

this library uses bitcoin lib and it's deprecated , why not modify to use bitcoin-core lib and also bitcoin-node-api has lot's of vulnerabilities due to running old version of npm...

Hello, how can i get balance method ???