From 629606aff281d2d10c5d7f30a1cfdb859a56ba2f Mon Sep 17 00:00:00 2001 From: Krzysztof Kaczor Date: Sun, 22 Oct 2023 15:34:30 +0200 Subject: [PATCH] Deprecation notice --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a14b4f592..2f58d403d 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,6 @@ Build Status Downloads Software License - Join our discord! -

- -

- 💸 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