Bernardo Codesido

Results 4 issues of Bernardo Codesido

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)...

## What - The reproducible build page is not explaining how to download the builds from the docker image after building. ## Why - Should explain how to download the...

## What - In the page that explains how to setup a rskj node, there is a link to the deleted wiki instructions for reproducing the build and the link...

bug

Get dependencies from testRuntime instead of compile. Based on gradle [dependency configurations](https://docs.gradle.org/current/userguide/artifact_dependencies_tutorial.html#configurations).