I now consider TypeChain to be legacy software and no longer use it personally. The ecosystem around Abitype, Wagmi, Viem got really good and it provides a superior Developer Experience by parsing ABIs directly within the TypeScript type system. Hardhat can also be used with Viem. I recommend giving it a try!
Critical fixes will be merged, but active development should not be expected. Thanks for all these years!
ethers.js, hardhat, truffle, Web3.js or you can create your own
targetnpm install --save-dev typechain
You will also need to install a desired target for example @typechain/ethers-v6. Learn more about targets
Take note, that code generated by TypeChain requires TypeScript version 4.3 or newer.
| Package | Version | Description | Examples |
|---|---|---|---|
typechain | Core package | - | |
@typechain/ethers-v5 | Ethers ver 5 support (⚠️ requires TS 4.0 >=) | example | |
@typechain/ethers-v6 | Ethers ver 6 support (⚠️ requires TS 4.0 >=) | example | |
@typechain/starknet.js | Starknet.js ver 3.9 | ||
@typechain/truffle-v5 | Truffle ver 5 support | example | |
@typechain/web3-v1 | Web3 ver 1 support | example | |
@typechain/hardhat | Hardhat plugin | example-ethers example-truffle | |
@typechain/truffle-v4 | Truffle ver 4 support (deprecated) | example | |
@typechain/ethers-v4 | Ethers ver 4 support (deprecated) | example |
TypeChain generates only TypeScript typings (d.ts) files, if you're looking for "opinionated", "batteries included"
solution check out our new project: eth-sdk. It generates typesafe, ready to
use ethers.js wrappers and uses etherscan/sourcify to automatically get ABIs based only on smart contract addresses.
Under the hood, eth-sdk relies on TypeChain.
Note: If you use hardhat just use hardhat plugin.
typechain --target=(ethers-v5|ethers-v6|truffle-v4|truffle-v5|web3-v1|path-to-custom-target) [glob]
glob - pattern that will be used to find ABIs, remember about adding quotes: typechain "**/*.json", examples:
./abis/**/*.abi, ./abis/?(Oasis.abi|OasisHelper.abi).--target - ethers-v5, ethers-v6, truffle-v4, truffle-v5, web3-v1 or path to your custom target. Typechain will try
to load package named: @typechain/${target}, so make sure that desired package is installed.--out-dir (optional) - put all generated files to a specific dir.--always-generate-overloads (optional) - some targets won't generate unnecessary types for overloaded functions by
default, this option forces to always generate them--discriminate-types (optional) - ethers-v5 and ethers-v6 will add an artificial field contractName that helps
discriminate between contractsTypeChain always will rewrite existing files. You should not commit them. Read more in FAQ section.
Example:
typechain --target ethers-v6 --out-dir app/contracts './node_modules/neufund-contracts/build/contracts/*.json'
Interacting with blockchain in Javascript is a pain. Developers need to remember not only a name of a given smart contract method or event but also it's full signature. This wastes time and might introduce bugs that will be triggered only in runtime. TypeChain solves these problems (as long as you use TypeScript).
TypeChain is a code generator - provide ABI file and name of your blockchain access library (ethers/truffle/web3.js) and you will get TypeScript typings compatible with a given library.
Install TypeChain with npm install --save-dev typechain and install desired target.
Run typechain --target=your_target (you might need to make sure that it's available in your path if you installed it
only locally), it will automatically find all .abi files in your project and generate Typescript classes based on
them. You can specify your glob pattern: typechain --target=your_target "**/*.abi.json". node_modules are always
ignored. We recommend git ignoring these generated files and making typechain part of your build process.
That's it! Now, you can simply import typings, check out our examples for more details.
Use ethers-v6 target to generate wrappers for ethers.js lib. To make it
work great with Hardhat, use Hardhat plugin.
If you use nodenext aka node16modules flip the flag --node16-modules to generate compatible typings.
If you are using Ethers.js v5, use the @typechain/ethers-v5 target.
If you're using Ethers.js v4, you can find legacy @typechain/ethers-v4 target on
npm and commit
db551b5.
Truffle target is great when you use truffle contracts already. Check out truffle-typechain-example for more details.
Now you can simply use your contracts as you did before and get full type safety, yay!
Generates typings for contracts compatible with latest stable Web3.js version. Typings for library itself are now part
of the Web3 1.0.0 library so nothing additional is needed. For now it needs explicit cast as shown
here, this will be fixed
after improving official typings.
If you provide solidity artifacts rather than plain ABIs as an input, TypeChain can generate NatSpec comments directly to your typings which enables simple access to docs while coding.
This might be useful when you're creating a library for users of your smartcontract and you don't want to lock yourself into any API provided by Web3 access providing library. You can generate basically any code (even for different languages than TypeScript!) that based on smartcontract's ABI.
A: NO — we believe that no generated files should go to git repository. You should git ignore them and make
typechain run automatically for example in post install hook in package.json:
"postinstall":"typechain"
When you update ABI, just regenerate files with TypeChain and Typescript compiler will find any breaking changes for you.
A: You can create your own target and generate basically any code.
A: We will automatically format generated classes with prettier to match your coding preferences (just make sure to
use .prettierrc file).
Furthermore, TypeChain will silent eslint and tslint errors for generated files.
import { runTypeChain, glob } from 'typechain' async function main() { const cwd = process.cwd() // find all files matching the glob const allFiles = glob(cwd, [`${config.paths.artifacts}/!(build-info)/**/+([a-zA-Z0-9_]).json`]) const result = await runTypeChain({ cwd, filesToProcess: allFiles, allFiles, outDir: 'out directory', target: 'target name', }) } main().catch(console.error)
If you don't care about incremental generation just specify the same set of files for filesToProcess and allFiles.
For incremental generation example read the source code of
hardhat plugin.
Check out our contributing guidelines
Kris Kaczor (krzkaczor) MIT | Github |


阿里Qoder团队推出的桌面端AI智能体
QoderWork 是阿里推出的本地优先桌面 AI 智能体,适配 macOS14+/Windows10+,以自然语言交互实现文件管理、数据分析、AI 视觉生成、浏览器自动化等办公任务,自主拆解执行复杂工作流,数据本地运行零上传,技能市场可无限扩展,是高效的 Agentic 生产力办公助手。


全球首个AI音乐社区
音述AI是全球首个AI音乐社区,致力让每个人都能用音乐表达自我。音述AI提供零门槛AI创作工具,独创GETI法则帮助用户精准定义音乐风格,AI润色功能支持自动优化作品质感。音述AI支持交流讨论、二次创作与价值变现。针对中文用户的语言习惯与文化背景进行专门优化,支持国风融合、C-pop等本土音乐标签,让技术更好地承载人文表达。


一站式搞定所有学习需求
不再被海量信息淹没,开始真正理解知识。Lynote 可摘要 YouTube 视频、PDF、文章等内容。即时创建笔记,检测 AI 内容并下载资料,将您的学习效率提升 10 倍。


为AI短剧协作而生
专为AI短剧协作而生的AniShort正式发布,深度重构AI短剧全流程生产模式,整合创意策划、制作执行、实时协作、在线审片、资产复用等全链路功能,独创无限画布、双轨并行工业化工作流与Ani智能体助手,集成多款主流AI大模型,破解素材零散、版本混乱、沟通低效等行业痛点,助力3人团队效率提升800%,打造标准化、可追溯的AI短剧量产体系,是AI短剧团队协同创作、提升制作效率的核心工具。


能听懂你表达的视频模型
Seedance two是基于seedance2.0的中国大模型,支持图像、视频、音频、文本四种模态输入,表达方式更丰富,生成也更可控。


国内直接访问,限时3折