What kind of web3 libraries can we use in frontend web3 integration? #27
-
I am going to integrate my smart contract with dApp frontend. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @0xichikawa |
Beta Was this translation helpful? Give feedback.
-
Well, I guess, there are web3.js, ethers.js, viem, web3modal, wagmi are widely used nowadays. Thanks. |
Beta Was this translation helpful? Give feedback.
Well, I guess, there are web3.js, ethers.js, viem, web3modal, wagmi are widely used nowadays.
But in my personal experience, most popular one is ethers.js, becuase its lightweight, simple, well-maintained, and has many more features,
Whats more, it supports cleaner API and better Typescript use.
Thanks.