Expand description
The official Rust SDK for Aptos.
Modules
This SDK provides all the necessary components for building on top of the Aptos Blockchain. Some of the important modules are:
crypto
- Types used for signing and verifyingtransaction_builder
- Includes helpers for constructing transactionstypes
- Includes types for Aptos on-chain data structures
Example
Here is a simple example to show how to create two accounts and do a P2p transfer on testnet: todo(davidiw) bring back example using rest