Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading ‘eth’)
Source
Ethereumelection_factory.js (4:22) @ web3
2 | import ElectionFactory from ‘./Build/ElectionFact.json’;
3 |
4 | const instance = new web3.eth.Contract(
| ^
5 | JSON.parse(ElectionFactory.interface),
6 | ‘0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266’
7 | );
I have tried it but its not working from my side. Hope anyone can help me in iit.
VANSH SHAH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.