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

#37 in #aptos

Download history 33/week @ 2024-02-19 16/week @ 2024-02-26 4/week @ 2024-03-04 60/week @ 2024-03-11 10/week @ 2024-03-18 5/week @ 2024-03-25 130/week @ 2024-04-01

206 downloads per month
Used in 26 crates (14 directly)

Apache-2.0

1MB
18K SLoC

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.

Dependencies

~49–67MB
~1.5M SLoC