Crates.io | active_tx |
lib.rs | active_tx |
version | 0.1.1 |
source | src |
created_at | 2019-10-24 14:59:34.620468 |
updated_at | 2019-10-28 10:57:39.542884 |
description | Activeledger Rust SDK Transaction build helper |
homepage | https://activeledger.io |
repository | https://github.com/activeledger/SDK-Rust-TxBuilder |
max_upload_size | |
id | 175254 |
size | 72,223 |
Activeledger is a powerful distributed ledger technology. Think about it as a single ledger, which is updated simultaneously in multiple locations. As the data is written to a ledger, it is approved and confirmed by all other locations.
This crate acts as a helper for creating JSON transactions. It can be used in addition to the main Activeledger Rust SDK or on its own. This crate provides Rust developers an easy way to build up transactions without needing other crates, such as Serde.
This crate provides macros as well as builders that help create a transaction with the correct structure. Additionally it provides two methods of creating a complete onboarding transaction. With and without a provided key.
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:
Read Activeledgers documentation
Activeledger Developers portal
This project is licensed under the MIT License