Replies: 1 comment 2 replies
-
This is not an exceptional issue, and you have not demonstrated the issue, included and error or supporting information which could assist in debugging the problem. Please add context. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your Issue
bug when run project : contract.transfer is not funcion
my code :
async function send(){
const provider = new ethers.providers.JsonRpcProvider('https://ropsten.infura.io/v3/92bf061924644f2bba6bd53efc06744f');
const privateKey = "1af86eae411b553933b4c6a6e027233db9ba7406694f9ada30865faef8764f52";
const fromAddress = "0x29c0c2bEa26708282Aed3a87379A03cfc41624c4";
const toAddress = "0xB3934879F73c384d1b8097e3C0BC027A992033BC";
const Wallet = new ethers.Wallet(privateKey);
const wallet = Wallet.connect(provider);
}
please help me !
This is an exception issue
Beta Was this translation helpful? Give feedback.
All reactions