Back to Aptos Core

aptos-sdk

sdk/README.md

latest1.1 KB
Original Source

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 REST 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

Installing Rust SDK

Please refer to Rust SDK Doc for details on how to install the Rust SDK.

License

Aptos Core is licensed as Apache 2.0.