Skip to content

Commit

Permalink
Deprecation notice (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Oct 22, 2023
1 parent 5f44d6c commit 4c97734
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
<a href="https://github.com/ethereum-ts/TypeChain/actions"><img alt="Build Status" src="https://github.com/ethereum-ts/TypeChain/workflows/CI/badge.svg"></a>
<img alt="Downloads" src="https://img.shields.io/npm/dm/typechain.svg">
<a href="/package.json"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
<a href="https://discord.gg/wQDkeDgzgv"><img alt="Join our discord!" src="https://img.shields.io/discord/895381864922091630.svg?color=7289da&label=deth&logo=discord&style=flat-square"></a>
</p>

<p align="center">
<strong>💸 Enjoy using TypeChain? Consider funding development via <a href="https://gitcoin.co/grants/4038/deth-typechain">GitCoin</a> 💸</strong>
</p>

<p align="center">
Expand All @@ -26,6 +21,17 @@
</p>
</p>

## 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
Expand Down

0 comments on commit 4c97734

Please sign in to comment.