blocktrail-sdk-nodejs
blocktrail-sdk-nodejs copied to clipboard
BlockTrail's Developer Friendly NodeJS SDK for the BlockTrail API
As described here https://dev.btc.com/docs/js#receiving-transactions > You can setup a Webhook URL that we call every time a transaction is made to one of your addresses. > This will work exactly...
Hi, using [[email protected]](https://github.com/blocktrail/blocktrail-sdk-nodejs/releases/tag/v3.7.21) As in issue #122 ``` var sdk = blocktrail.BlocktrailSDK({ apiKey : "XXXXXXXXXXXXXXXXXXX", apiSecret : "XXXXXXXXXXXXXXXXXX", testnet : true, btccom: true }); > sdk.address("n33npN2oRNJFFpdoxkrm2CVyZAfRGFxALt").then(function(address) {console.log(JSON.stringify(address, null, 4));}, function(error)...
Preliminary PR for Rootstock support in SDK. Added support for Rootstock wallet creation, addresses, and transaction building/signing.
relevant for dashboard created wallets - want a way to avoid showing them until developers download the backup PDF