Advanced
12/5/2023

Is there a recommended SDK that allows contract interaction, and converts the ABI to typescript type safe function calls?

EVM
In reply to @meb
Danny@ds
12/6/2023

wagmi-cli can generate wagmi/typescript bindings for an ABI, forge project, etherscan address, etc. It’s a little sharp, but helps with the boilerplate. It’s not full codegen, but typed.

EVM