
TypeChain
FreeGitHub Open Source Projects
TypeChain generates TypeScript bindings from Solidity ABIs for frontend apps to interact with smart contracts.
About TypeChain
TypeChain is a tooling package that generates TypeScript bindings for the frontend of a DApp to interact with smart contracts.
Developers supply the ABI produced by compiling Solidity contracts, and TypeChain outputs bindings that enable the frontend to perform type-safe calls to contract methods, encode and decode data, and trigger transactions from user interfaces.
