Include into html as bundle #1008
Unanswered
open-contracts
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the WalletConnectProvider with ethersjs. Since I'm using plain js/html in my project, I wanted to include the minified package by adding
to my
index.html
. I do get aWalletConnectProvider
object in the global scope, but I get a "WalletConnectProvider is not a constructor" error when I use it as instructed in the docs. But it doesn't behave like a function either.Any tips?
Beta Was this translation helpful? Give feedback.
All reactions