We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm just curious. Does ethr-did work with web3.js without Ethers.js? Is there a working example? Thanks.
web3.js
Ethers.js
The text was updated successfully, but these errors were encountered:
It uses ethers.js internally, so it's not possible to eliminate it. But, it should work with a web3.js provider since ethers has wrappers for them.
I don't have an example. Would you like to add one?
Sorry, something went wrong.
Thanks. Because I somehow cannot make it work with web3.js but it works with ethers. I will stick with ethers for now.
What did you try so far and didn't work?
This is what I meant by wrapping: https://docs.ethers.io/v5/api/providers/other/#Web3Provider
No branches or pull requests
Hi, I'm just curious. Does ethr-did work with
web3.js
withoutEthers.js
? Is there a working example? Thanks.The text was updated successfully, but these errors were encountered: