-
Dear truffle community,
Currently, I am using the package `@truffle/hdwallet-provider` for interacting with the testnet of Binance Smart Chain (e.g. deploying contracts, invoking functions).
To do…
fkirc updated
3 years ago
-
In `hdwallet-metamask`, use `@metamask/providers` (or maybe even the older `metamask-inpage-provider` -- see https://github.com/shapeshift/web/pull/443 for some potentially-adaptable code) to try to i…
-
- [x] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
I'm trying to deploy a contract to mainnet…
-
Is there any reason why you haven't published the master branch to npm.
I would love to use the latest api:
`HDWalletProvider(mnemonic, provider_url, address_index=0, num_addresses=1)`
to cre…
-
So, I used this to get all different addresses - https://github.com/meherett/python-hdwallet/blob/master/examples/from_private_key.py
I got the priv key from Exodus app. And verified the address sh…
-
https://github.com/shapeshift/lib/pull/136/files#diff-c3f51ca8777f4cc6e6128ef417f7c38d87662e7413cd8471dfc9237b5685beb4R1-R17
this is not production ready and isn't the solution. we need to fork thi…
-
Right now when we do a migration, e.g. with
```
npx truffle migrate --network rinkeby
```
it does do the migration, but the process never actually stops and goes back to bash. Instead, after the …
-
I tried to deploy contract on ropsten network with truffle, metamask and infura.
`
truffle migrate --network ropsten
`
, but failed with the following error.
```
Using network 'ropsten'.
…
-
Hi i encountered the below issue, please advise how to solve this
Error: connection not open on send()
at Object.ConnectionError (C:\Users\anthony\Downloads\Flashloan\node_modules\web3-core-he…
-
https://github.com/bitcoin-core/secp256k1/commit/bdf39000b9c6a0818e7149ccb500873d079e6e85 brings us in line with https://github.com/bitcoin/bitcoin/pull/27230.