Replies: 2 comments
-
There is a plan to add But more generally what is the requirement here? Would the following cover it:
|
Beta Was this translation helpful? Give feedback.
-
Hi @kanej! Thanks for the reply! I want to leverage strong types as much as possible without dealing with ABIs, similar to how I used Typechain in the past, as described in these articles I wrote a few years ago: Using React Query to query smart contracts - Part 1. I've already delved into the Recently, I started using For these reasons, I don't understand how I could use it on the frontend development. Am I overlooking something? Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
I'm really enjoying the Viem integration in Hardhat; it significantly enhances the coding experience within the project. I'm curious if anyone has attempted to repurpose this generated code for frontend development. Any recommendations? I'm currently operating within a monorepo setup. Previously, I've worked with Typechain alongside Ethers, and I had to manually transfer the generated code to the frontend project.
Beta Was this translation helpful? Give feedback.
All reactions