What kind of web3 libraries can we use in frontend web3 integration? #27
Answered
by
roberta484
0xichikawa
asked this question in
Q&A
-
I am going to integrate my smart contract with dApp frontend. |
Beta Was this translation helpful? Give feedback.
Answered by
roberta484
Dec 20, 2024
Replies: 1 comment
-
Hi @0xichikawa |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0xichikawa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @0xichikawa
There are many web3 libraries out there.
Popular ones are web3.js, ethers.js, web3.py, moralis, etc.
Each has its own pros and cons, but the most popular and widely used one is ethers.js.
Thank you