lalondelalonde

Results 3 comments of lalondelalonde

I run in the same problem as ACHENAQ above. I checked online and people were saying I should change my file path; I did. Now I'm running into another error...

Hey ACHENAQ, I finally succeed. Took a whiiiillllleeee! const { ethers } = require("ethers"); const fs = require("fs"); async function main() { const provider = new ethers.providers.JsonRpcProvider( "http://127.0.0.1:7545" ); const...

Hey guys, I'll copy-paste an answer I gave, I was stuck on the same problem. const { ethers } = require("ethers"); const fs = require("fs"); async function main() { const...