Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation notice #882

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading