Crates.io | activeledger |
lib.rs | activeledger |
version | 0.1.1 |
source | src |
created_at | 2019-10-24 12:48:36.176069 |
updated_at | 2019-10-28 10:54:32.433032 |
description | Rust SDK for easy connection to Activeledger networks |
homepage | https://activeledger.io |
repository | https://github.com/activeledger/SDK-Rust |
max_upload_size | |
id | 175213 |
size | 76,546 |
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 provides Rust developers the ability to easily integrate their applications with Activeledger.
This crate gives you access to the core essentials needed to get started.
Integrating these into this crate makes it much quicker to bootstrap your DLT software, instead of creating these functions yourself.
See the Rust docs for more.
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