cryptoaigit / development

1 stars 1 forks source link

Send ERC20 Token not working #3

Open cryptoaigit opened 1 year ago

cryptoaigit commented 1 year ago

https://github.com/web5inu/development/blob/main/send_web.js

The file was working with bnb chain, i change to ethereum chain, and infura

The error return when i try to send a token was

(node:3579) Warning: N-API is an experimental feature and could change at any time. undefined Error: invalid sender at Object.InvalidResponse (/var/www/html/nodejs/node_modules/web3/lib/web3/errors.js:38:16)

MrJithil commented 1 year ago

I assume the version of web3 you are using is 1.8.1 ?

Can you provide a working file details or solution. I can fix on top of it.