Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
</a>
</div>

## ⚠️ Maintenance Notice

The Python (`v4-client-py-v2`), Rust (`v4-client-rs`), and C++ (`v4-client-cpp`) clients will no longer be maintained by Nethermind after **June 2, 2026**. After that date, these clients will not receive further updates, bug fixes, or support from Nethermind.

Only the TypeScript client (`v4-client-js`), which is maintained by the dYdX team, will continue to receive ongoing support.

## v4-client-js
The dYdX Chain Client Typescript client is used for placing transactions and querying the dYdX chain.

Expand Down
2 changes: 2 additions & 0 deletions v4-client-py-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</a>
</div>

> ⚠️ **Maintenance Notice:** This Python client will no longer be maintained by Nethermind after **June 2, 2026**. After that date, it will not receive further updates, bug fixes, or support. Only the [TypeScript client (`v4-client-js`)](https://github.com/dydxprotocol/v4-clients/tree/main/v4-client-js), maintained by the dYdX team, will continue to receive ongoing support.

## Quick links

<div align="center">
Expand Down
2 changes: 2 additions & 0 deletions v4-client-rs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Rust client for dYdX v4

> ⚠️ **Maintenance Notice:** This Rust client will no longer be maintained by Nethermind after **June 2, 2026**. After that date, it will not receive further updates, bug fixes, or support. Only the [TypeScript client (`v4-client-js`)](https://github.com/dydxprotocol/v4-clients/tree/main/v4-client-js), maintained by the dYdX team, will continue to receive ongoing support.

The crate implements interaction with the dYdX API.

The following features are implemented:
Expand Down
Loading