12 releases
0.2.7 | Aug 16, 2022 |
---|---|
0.2.6 | Aug 13, 2022 |
0.2.2 | Jul 22, 2022 |
0.1.7 | Jul 10, 2022 |
0.1.0 | May 28, 2022 |
#35 in #aptos
24 downloads per month
Used in 26 crates
(14 directly)
1MB
18K
SLoC
aptos-sdk
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 implementationcrypto
- Types used for signing and verifyingtransaction_builder
- Includes helpers for constructing transactionstypes
- Includes types for Aptos on-chain data structures
License
Aptos Core is licensed as Apache 2.0.
Dependencies
~49–66MB
~1.5M SLoC