project_web3.0
project_web3.0 copied to clipboard
when removing dummy data , current transactions are not showing only blank field is showing
showing some problem of transactions variable in Transactions.jsx please help me
Same for me, have you found a solution?
Same for me. When I am checking the console I am getting a weird error. I have asked for it at this link
What is the exact error?
if the error is "addressFrom is undefined" then you might have to change the addressFrom: transaction.sender
to addressFrom:transaction.from
because in your solidity contract in the event transfer you might have written address from
so you have to say addressFrom: transaction.from
and same goes for other fields too..
Hope it helps
What is the exact error? if the error is "addressFrom is undefined" then you might have to change the
addressFrom: transaction.sender
toaddressFrom:transaction.from
because in your solidity contract in the event transfer you might have writtenaddress from
so you have to sayaddressFrom: transaction.from
and same goes for other fields too..Hope it helps
TypeError: Cannot read properties of undefined (reading 'toNumber')
at TransactionContext.jsx:45:55
at Array.map (
PLEASE HELP!!!!!