The official Rust SDK for Aptos.
This SDK provides all the necessary components for building on top of the Aptos Blockchain. Some of the important modules are:
client
- Includes a REST client implementationcrypto
- Types used for signing and verifyingtransaction_builder
- Includes helpers for constructing transactionstypes
- Includes types for Aptos on-chain data structures
Please refer to Rust SDK Doc for details on how to install the Rust SDK.
Aptos Core is licensed as Apache 2.0.