project_web3.0
project_web3.0 copied to clipboard
No Ethereum Object at getAllTransactions
so i followed the tutorial video and i am still getting this error, please any possible solution or fix would go a long way. Thank you
Having the same issue. Did you figure it out?
No i have not figured it out yet.... how about you
On Mon, May 30, 2022 at 3:27 PM szmecskas @.***> wrote:
Having the same issue. Did you figure it out?
— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_web3.0/issues/49#issuecomment-1141222142, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNOJNACEBKHOHQZXCS3OIDVMTF3ZANCNFSM5U434D2Q . You are receiving this because you authored the thread.Message ID: @.***>
so i followed the tutorial video and i am still getting this error, please any possible solution or fix would go a long way. Thank you
So have you figured it out??
@shishir-repos
The issue is within TransactionContext.js
const transactionContract = new ethereum.Contract(contractAddress, contractABI, signer);
should be:
const transactionContract = new ethers.Contract(contractAddress, contractABI, signer);
thank you so much. :)
On Tue, Aug 16, 2022 at 3:37 AM Patrick Stepanian @.***> wrote:
@shishir-repos https://github.com/shishir-repos
The issue is within TransactionContext.js
const transactionContract = new ethereum.Contract(contractAddress, contractABI, signer);
should be:
const transactionContract = new ethers.Contract(contractAddress, contractABI, signer);
— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_web3.0/issues/49#issuecomment-1216077378, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNOJNEBGL2ZLMQHM7Y2RVDVZL5H3ANCNFSM5U434D2Q . You are receiving this because you authored the thread.Message ID: @.***>
@stepanianpat Hey I'm still getting the issue, but instead of using the rapsten network I am using the ethereum mainnet
Try connect to your metamask account by clicking on the button, then make sure you’re connected to internet before you send any transaction .. hope this work for you.. I encountered same issue and this is how I resolved mine.