Hi guys I am new here and new to coding as well. I am building a dapp, I have built a webpage and a smart contract code. I need some guidance on how to connect both of them. Should I use Web3 or something else and any resource that helps in connecting webpage to sc would help
Aug 7, 2022, 3:14 PM
use web3, ethers sucks (po)
Aug 7, 2022, 3:15 PM
Why ethers.js sucks?
What makes it inferior to web3.js in your opinion?
What makes it inferior to web3.js in your opinion?
In concrete terms.
Aug 7, 2022, 3:16 PM
They have less features than web3, I don't like the ethers way of initialization, debugging problems often leads to unsolved git issue page
Aug 7, 2022, 3:17 PM
Hmm...
What features to be exact?
E.g. the only one I know is that ethers.js lagged behind in terms of EIP-712 type of signing.
What features to be exact?
E.g. the only one I know is that ethers.js lagged behind in terms of EIP-712 type of signing.
But right now it's OK.
I don't know about the rest of the problems though.
I don't know about the rest of the problems though.
Aug 7, 2022, 3:19 PM
I don't have an exact comparison of features that ethersjs don't support, but ethersjs is better than web3js arguments aren't correct either, again it's my personal opinion.
Aug 7, 2022, 3:21 PM
The Ethersjs syntax is more legible and the documentation is more clear. It is also newer than web3js
Aug 7, 2022, 5:23 PM