-
_x-posting from https://stackoverflow.com/questions/48498958/sending-a-transaction-fails_
I am using web3.js v1.0 with solidity ^0.4.17 with Ganache v1.1.0. I am trying to call a send transaction a…
-
I developed an application based on this truffle box. I installed web3@1.0.0-beta.35 within the client directory and otherwise followed the instruction here for the blank box. That works. (as far as I…
-
first try: When you press the betting button, 3 ETH are removed from your account. When the game ends, you receive 6 ETH back if X wins.
second try: When you press the betting button, 3 ETH are rem…
-
I was able to get drizzle-box working after I follow the instructions on #11 .
However, I notice that if I have the Metamask extension installed on my browser, then the app does not load for me (just…
-
the `0xproject/subproviders` package uses `"web3-provider-engine": "14.0.6"` and unfortunately, this dependency in its dist/ files breaks es5 compatibility as it does not transpile the `const` keyword…
-
Hi,
I am using ethers to connect to local ganache testnet, getting wrong balance.
```
getBalance(privateKey) {
return new Promise((resolve, reject) => {
if(!privateKey) {
…
-
I'm using Ganache 1.2.0 and Metamask 4.8.0 on Ubuntu 16.04 to run my blockchain app which uses Truffle Framework and Web3.
## Expected Behaviour
Transactions should go through without any nonce mis…
-
Testrpc throws error on `eth_getBlockByNumber` when requesting a block with `blockNumber` greater than the current block. Other clients simply return `null`. This breaks `provider-engine@12.x.x`.
p…
-
Hello, I have written a script to create a colony. https://github.com/Pioneercoinio/PioneerColony
It is tested to be working with Truffle, so I feel confident that it works. I would like to run it …
frods updated
6 years ago
-
![image](https://user-images.githubusercontent.com/25846004/36096369-1c42950a-101c-11e8-98ed-6cff7f017d1c.png)
Imported MNEMONIC of ganache GUI in MetaMask and then imported another account using p…