Skip to content

Commit 38af3c9

Browse files
authored
Point users to jsonrpsee for an actively maintained RPC impl (#674)
We no longer maintain this crate very actively, as future work is directed towards jsonrpsee. Let's point new users there so that they benefit from the latest bugfixes and development work.
1 parent 0a27025 commit 38af3c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Parity JSON-RPC
22

3+
**NOTE: This crate is no longer actively developed; please have a look at our
4+
[jsonrpsee](https://github.com/paritytech/jsonrpsee) crate if you're looking for an actively
5+
maintained JSON RPC implementation.**
6+
37
Rust implementation of JSON-RPC 2.0 Specification.
48
Transport-agnostic `core` and transport servers for `http`, `ipc`, `websockets` and `tcp`.
59

0 commit comments

Comments
 (0)