Crates.io | qjsonrpc |
lib.rs | qjsonrpc |
version | 0.5.0 |
source | src |
created_at | 2020-12-23 14:00:32.723926 |
updated_at | 2023-03-27 19:02:25.45472 |
description | JSON-RPC over QUIC comm |
homepage | |
repository | https://github.com/maidsafe/qjsonrpc |
max_upload_size | |
id | 326509 |
size | 168,275 |
MaidSafe website | Safe Dev Forum | Safe Network Forum |
---|
This crate provides the implementation of JSON-RPC over QUIC, which is required by the Authenticator daemon communication protocol.
This crate exposes a minimised set of functions which are used by other crates to implement the Authenticator daemon communication protocol. On one hand the sn_api
makes use of it to be able to send JSON-RPC messages to the authd
over QUIC, and on the other hand the sn_authd
makes use of it to accept those requests from clients, generating and sending back a JSON-RPC response over QUIC. Please refer to the sn_authd README to see some examples of these types of requests/responses.
You can discuss development-related questions on the Safe Dev Forum. If you are just starting to develop an application for the Safe Network, it's very advisable to visit the Safe Network Dev Hub where you will find a lot of relevant information.
This Safe Network library is dual-licensed under the Modified BSD (LICENSE-BSD https://opensource.org/licenses/BSD-3-Clause) or the MIT license (LICENSE-MIT https://opensource.org/licenses/MIT) at your option.
Want to contribute? Great :tada:
There are many ways to give back to the project, whether it be writing new code, fixing bugs, or just reporting errors. All forms of contributions are encouraged!
For instructions on how to contribute, see our Guide to contributing.