blocktrail-sdk-nodejs icon indicating copy to clipboard operation
blocktrail-sdk-nodejs copied to clipboard

BlockTrail's Developer Friendly NodeJS SDK for the BlockTrail API

Results 20 blocktrail-sdk-nodejs issues
Sort by recently updated
recently updated
newest added

WIP Breaks Wallet constructor signature, passes network object instead of testnet boolean. Could be avoided, but doesn't seem worth it. Extracted initNetwork function to set up testnet/network (jslint complains about...

Im trying to perfom a pay action forcing the fee to the value i want, i follow the examples of the repo but i can not make it work, this...

The problem I'm trying to solve here is the following: If I have an application where the users have certain balances, I would wan't to have a way for them...

We test multisig in a few forms, but we should support size estimation of any of the following: - [ ] `p2wpkh`, and `P2SH(p2wpkh)` - [x] `multisig`, and `P2SH(multisig)`, and...

good first issue

When I install the library it is intalling phantomjs, why is this required for the server?

Would be convenient way to provide additional security measures against leaked keys being abused. I would love if I could tie one api key to testnet wallet and another(s) to...

Hi, The html-pdf dependency pulls in all of phantomjs which is IMO a bit heavy for deploying an API sdk. Would be great if that dependency wasn't a hard requirement...

feature request

Is there a way to send (in testnet of course) double spending transactions to understand how to discover them? Or is there a way to discover them from a transaction...

feature request

The issue I'm trying to solve is when one does wallet.pay(....) you get the hash of the transaction back (this by the way is not documented at api docs, I...

feature request

Hello, This repository is listed on the [Awesome Bitcoin](https://raw.githubusercontent.com/igorbarinov/awesome-bitcoin/master/README.md) list, which is a collection of useful Bitcoin projects. However, it seems that the 'bitcoin' topic is missing from this repository's...