2 releases
0.1.1 | Oct 28, 2019 |
---|---|
0.1.0 | Oct 24, 2019 |
#27 in #server-sent-events
16KB
119 lines
Activeledger - Rust SSE Helper
Activeledger is a powerful distributed ledger technology. Think about it as a single ledger updated simultaneously in multiple locations. As the data is written to a ledger, it is approved and confirmed by all other locations.
This Crate
This crate provides SSE helper functions for Activeledger. It can be used in addition to the main Activeledger Rust SDK or on its own. This crate handles the setup and configuration of Server Sent Events (Eventsource) calls to Activeledger.
Additional Activeledger crates
Adhearing to the Rust mentality of keeping things small we have created other crates that can be used in conjunction with this one to add additional functionality.
These crates are:
- activeledger - For handling connections and keys (Crate)
- active_tx - To build transactions without worrying about the JSON. (Crate)
Links
Read Activeledgers documentation
Activeledger Developers portal
License
This project is licensed under the MIT License
Dependencies
~19MB
~425K SLoC