aptos-sdk 0.2.7

The Official Aptos SDK
docs.rs failed to build aptos-sdk-0.2.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

aptos-sdk

aptos-sdk on crates.io Documentation (latest release) Documentation (master) License

The official Rust SDK for Aptos.

Usage

This SDK provides all the necessary components for building on top of the Aptos Blockchain. Some of the important modules are:

  • client - Includes a JSON-RPC client implementation
  • crypto - Types used for signing and verifying
  • transaction_builder - Includes helpers for constructing transactions
  • types - Includes types for Aptos on-chain data structures

License

Aptos Core is licensed as Apache 2.0.