Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 6d765eb

Browse files
Revise README to reflect project maintenance status
Updated README to indicate project is no longer maintained and recommended using a general-purpose web3 SDK.
1 parent c1402de commit 6d765eb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
> [!WARNING]
2+
> This project is no longer maintained, the usage of a general-purpose web3 SDK is recommended instead.
13
4+
---
5+
---
26

3-
# 🚀 zksync2-java Java SDK 🚀
47

8+
# 🚀 zksync2-java Java SDK 🚀
59

610
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE-MIT)
711
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-orange)](LICENSE-APACHE)
@@ -12,9 +16,6 @@
1216

1317
[![ZKsync Era Logo](logo.svg)](https://zksync.io/)
1418

15-
> [!WARNING]
16-
> Development of this SDK has been put on the community support. There is no active development of the repository, but the pull requests will be reviewed and merged.
17-
1819
In order to provide easy access to all the features of ZKsync Era, the `zksync2-java` Java SDK was created,
1920
which is made in a way that has an interface very similar to those of [web3j](https://web3py.readthedocs.io/en/v6.6.1/). In
2021
fact, `web3j` is a peer dependency of our library and most of the objects exported by `zksync2-java` inherit from the corresponding `web3j` objects and override only the fields that need

0 commit comments

Comments
 (0)