[][src]Crate activeledger

Activeledger Rust SDK

Activeledger

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

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 - Connect to 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.

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:

  • active_events - For working with server sent events.
  • active_tx - To build transactions without worrying about the JSON.

Activeledger

Activeledger Developers portal

Activeledger on GitHub

Activeledger on NPM

This SDK on GitHub

Report Issues

Modules

error

Connection Error definitions

key

Key

Structs

Connection

Connection

Transaction

Transaction struct