-
I tried to migrate the contracts with this command:
`truffle.cmd deploy --network ganache`
I got this:
`TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be one of type string, Buffer, Arr…
-
- [ ] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
When using `truffle develop` a constant ne…
-
I was able to load a contract + call .send
`let v = c.methods.buy.send(buyParams);`
while MetaMask locked. I got what looks like a success + I see transaction hash in my `ganache-cli` log.
-
I am working through Windows Remix Solidity. msg.send.transfer() is not working in TESTRPC and giving out of gas error. But the same works in JavaScript VM (or) Injected Web3 connection through Metama…
-
Hello
I'm using Metamask to develop my Dapp but I'm stuck with Metamask 3.12.1 because I'm not able to send transactions to node deployed on localhost due to rpc error (tx doesn't have the correct …
-
I just couldn't figure why between two run of my CI build system I had completely different npm install log result...
I finally figured out that ethjs has just been updated, and I don't know how yo…
-
web3js version: ^1.0.0-beta.24
```
let myContract = new web3.eth.Contract(abi, sssAddress);
let callData = myContract .functionName.getData(functionParameters);
```
without "getData" method .
…
-
I am able to call `Merchant.buy` and receive a success callback + see the transaction in my `ganache-cli` log. The user was never prompted.
I am using Brave + Metamask pointing to local network.
…
-
I got this error from metamask.
```
errors.js:35 Uncaught (in promise) Error: VM Exception while processing transaction: revert
at Object.InvalidResponse (errors.js:35)
at re…
-
Hey guys, I followed your instructions and got this result:
```
Uncaught (in promise) Error: Contract has not been deployed to detected network (network/artifact mismatch)
```
```
truffle unbo…
Jacke updated
6 years ago