ethers.js + abitype #4511
RealPeha
started this conversation in
Show and tell
Replies: 2 comments
-
Thanks! That actually what I’ve spent the last 3 days working on. Would love to check out the work you’ve done. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be a great addition to ethers.js! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Strict TypeScript types for ABIs (without pre-generating types) is something I really liked in viem. However, I prefer ethers and would like to have this feature in v7.
In the meantime, I have created a library that adds this magic feature to ethers v6: https://github.com/RealPeha/ethers-abitype
Usage is very simple and with minimal changes to your code. This greatly improves the development experience when using contracts.
Beta Was this translation helpful? Give feedback.
All reactions