Crates.io | aptos-sdk |
lib.rs | aptos-sdk |
version | 0.2.7 |
source | src |
created_at | 2022-05-28 03:17:16.50105 |
updated_at | 2022-08-16 07:50:08.086959 |
description | The Official Aptos SDK |
homepage | https://aptoslabs.com |
repository | https://github.com/aptos-labs/aptos-core |
max_upload_size | |
id | 595551 |
size | 15,438 |
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 JSON-RPC client implementationcrypto
- Types used for signing and verifyingtransaction_builder
- Includes helpers for constructing transactionstypes
- Includes types for Aptos on-chain data structuresAptos Core is licensed as Apache 2.0.