Architecture difference between viem and ethers #1554
Unanswered
AmanRaj1608
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi so I went through he code comparison of
encodeAbiParameters
from viem anddefaultAbiCoder
from ethers.Major difference I found is class vs functional programming and how streamlined approach in handling the encoding process.
Are there any architecture doc on what difference is there which makes it so faster than ethers.
Beta Was this translation helpful? Give feedback.
All reactions