13 releases
0.5.0 | Mar 27, 2023 |
---|---|
0.4.1 | Jun 13, 2022 |
0.4.0 | Mar 16, 2022 |
0.2.3 | Jun 15, 2021 |
0.0.9 | Dec 23, 2020 |
#26 in #authenticator
3,449 downloads per month
Used in sn_api
51KB
773 lines
JSON-RPC and QUIC
MaidSafe website | Safe Dev Forum | Safe Network Forum |
---|
Description
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.
Further Help
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.
License
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.
Contributing
Want to contribute? Great 🎉
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.
Dependencies
~15–28MB
~489K SLoC