From 629606aff281d2d10c5d7f30a1cfdb859a56ba2f Mon Sep 17 00:00:00 2001
From: Krzysztof Kaczor
- 💸 Enjoy using TypeChain? Consider funding development via GitCoin 💸
@@ -26,6 +21,17 @@
+## Soft deprecation notice + +I now consider TypeChain to be legacy software and no longer use it personally. The ecosystem around +[Abitype](https://github.com/wagmi-dev/abitype), [Wagmi](https://github.com/wagmi-dev/wagmi), +[Viem](https://github.com/wagmi-dev/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](https://hardhat.org/hardhat-runner/docs/advanced/using-viem). I recommend giving it +a try! + +Critical fixes will be merged, but active development should not be expected. Thanks for all these years! + ## Features âš¡ - static typing - you will never call not existing method again