activeledger

Crates.ioactiveledger
lib.rsactiveledger
version0.1.1
sourcesrc
created_at2019-10-24 12:48:36.176069
updated_at2019-10-28 10:54:32.433032
descriptionRust SDK for easy connection to Activeledger networks
homepagehttps://activeledger.io
repositoryhttps://github.com/activeledger/SDK-Rust
max_upload_size
id175213
size76,546
Chris Holdt (Chris-Holdt)

documentation

README

Activeledger - Rust SDK

Activeledger

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.

GitHub

NPM


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.

  • Connection - To create a connection with an Activeledger node in a network.
  • Keys - RSA and EC key generation with data signing abilities.

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.

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:

Links

Visit Activeledger.io

Read Activeledgers documentation

Activeledger Developers portal

Activeledger on GitHub

Activeledger on NPM

This SDK on GitHub

Report Issues

License


This project is licensed under the MIT License

Commit count: 1

cargo fmt