-
Hey Guys. Idk what's going on with my code. When I Import the HTML:
JS:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Firstly, in your html file, do this:
Is your ethers-5.6.esm.min.js file properly pasted? Try copying again. There could be an issue with that module. |
Beta Was this translation helpful? Give feedback.
-
make sure its like this import { ethers } from "./ethers-5.6.esm.min.js"; Also, make sure to ethers-5.6.esm.min.jsfrom @PatrickAlphaC repo |
Beta Was this translation helpful? Give feedback.
make sure its like this
Also, make sure to ethers-5.6.esm.min.jsfrom @PatrickAlphaC repo