Open hnngm opened 1 year ago
I imported the ethers library. I need to use the ethers library in my js code to access the smart contract of the blockchain. How should I do it?
you can try using the import command with a specific path to use it. Alternatively, place it in the modules folder.
I imported the ethers library. I need to use the ethers library in my js code to access the smart contract of the blockchain. How should I do it?