-
```
Installing NPM dependencies...
audited 189227 packages in 6.24s
found 18 vulnerabilities (12 low, 6 high)
run `npm audit fix` to fix them, or `npm audit` for details
```
-
Error: Invalid JSON RPC response: ""
4|bwcoin_p | at Object.InvalidResponse (/var/www/xxx/node_modules/truffle-hdwallet-provider/node_modules/web3/lib/web3/errors.js:35:16)
4|bwcoin_p | at X…
-
From readme:
> Currently, the HDWalletProvider manages only one address at a time, but it can be easily upgraded to manage (i.e., "unlock") multiple addresses.
How can I do that to access multip…
-
Hello everyone.
I am developing an API using truffle-hdwallet-provider. The fact is that when I make calls to the API, most of the times it works, buteven if ti works, is very common for me to get …
-
### Overview
Hey. El Dorado is working on integrating this SDK. Does this SDK support Dash and the Kujira blockchain? I see some Dash references. For Kujira I’m not sure. Kujira is a cosmos chain.
#…
-
Add package.json in root folder so running on local machine possible.
Add at least:
"truffle": "^5.0.5",
"truffle-hdwallet-provider": "1.0.4",
Truffle just in case someone doesn't hav…
-
console errors:
(1) Assembly 'Assets/Plugins/Nethereum.HdWallet.dll' will not be loaded due to errors:
Reference has errors 'NBitcoin'.
(2) Assembly 'Assets/Plugins/NBitcoin.dll' will not be lo…
-
Having an issue with a couple of node packages that require `node-scrypt` on my amazon linux server.
This works fine on Macos 10.14.1 locally on other node versions.
It looks like `scrypt` requi…
-
Ive poked at most of the function calls (that dont require gas) and they seem valid, but this one errors on me:
```
bash-3.2$ node cryptokitties-cli.js tokensOfOwnerByIndex 0xa6c366D97cb64708211f243…
-
Possibly related with #1533, with `https_proxy` and `http_proxy` set.
Follow https://docs.openzeppelin.com/learn/connecting-to-public-test-networks, and try `npx oz accounts` then select rinkeby, i…