aptos-sdk

Crates.ioaptos-sdk
lib.rsaptos-sdk
version0.2.7
sourcesrc
created_at2022-05-28 03:17:16.50105
updated_at2022-08-16 07:50:08.086959
descriptionThe Official Aptos SDK
homepagehttps://aptoslabs.com
repositoryhttps://github.com/aptos-labs/aptos-core
max_upload_size
id595551
size15,438
(aptos-crates)

documentation

README

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.

Commit count: 18889

cargo fmt