-
When I click New Order -> Buy and enter 5 DAI then the following happens:
1. MetaMask pops up an approval tx. I sign it.
2. Immediately a second MetaMask box pops up with the following error shown…
-
With example in https://github.com/truffle-box/drizzle-box, after deploy the contract and start the client, it gave error for not finding contract.
![image](https://user-images.githubusercontent.co…
-
I try to use as follow:
```
String seedCode = "little coffee nation fish burden volcano battle over rough upper brass host";
//pk export from ganache
String pwd="971997...";
Credentials credent…
-
Version 2.6.1 upgraded the dependency on `web3-provider-engine` from version 14.1.0 to version 14.2.0. This version upgrade contains a regression (also reported in https://github.com/MetaMask/web3-p…
-
my condition (typeof web3 !== 'undefined') is true
inside this condition i write
window.web3 = new Web3(web3.currentProvider);
but alway web3.eth.accounts[0]; is coming as 'undefined' I even ca…
-
I am using web3 1.0 to sign some message ,and verifity it in contract.
```js
let signature = await web3.eth.sign(msHash, accounts[0]);
```
If set web3's privoder to metamask it work well, my con…
toknT updated
5 years ago
-
## Description
We are going in the direction of making the graph explorer a decentralized application. This requires removing any backend data base that we have, and putting it all on the blockchai…
-
Hello i have unboxing Quintor on this enviroment:
Windows 10
Truffle v5.0.0 (core: 5.0.0)
Solidity v0.5.0 (solc-js)
Node v10.14.2
Angular : (7.1.0)
Visual Code Studio like IDE
Ganache
I ha…
-
The following code produces an error. Oddly it seems to work with `const web3 = new Web3("http://127.0.0.1:9545");`
Was doing it from inside `get-balance-stream`, so web3 version should be the same…
-
Hey everyone. I was testing my UI and I got an offshoot of the posted "VM exception while processing transaction revert" error, but detailing a purchase of more tokens than available
Refer to the f…