Skip to content

Commit

Permalink
Point users to jsonrpsee for an actively maintained RPC impl (#674)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsdw authored Jun 17, 2022
1 parent 0a27025 commit 38af3c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Parity JSON-RPC

**NOTE: This crate is no longer actively developed; please have a look at our
[jsonrpsee](https://github.com/paritytech/jsonrpsee) crate if you're looking for an actively
maintained JSON RPC implementation.**

Rust implementation of JSON-RPC 2.0 Specification.
Transport-agnostic `core` and transport servers for `http`, `ipc`, `websockets` and `tcp`.

Expand Down

0 comments on commit 38af3c9

Please sign in to comment.