aptos-sdk-builder-0.2.6 has been yanked.
id: aptos-sdk-builder title: Aptos SDK Builder custom_edit_url: https://github.com/aptos-labs/aptos-core/edit/main/language/aptos-sdk-builder/README.md
Aptos SDK Builder
A transaction builder is a helper function that converts its arguments into the payload of an Aptos transaction calling a particular Move script.
In Rust, the signature of such a function typically looks like this:
;
This crate provide a library to generate transaction builders in one programming language.
The tool will also generate and install type definitions for Aptos types such as TypeTag, AccountAddress, and Script.
In practice, hashing and signing Aptos transactions additionally requires a runtime library for Binary Canonical Serialization ("BCS"). Such a library will be installed together with the Aptos types.
Supported Languages
The following languages are currently supported:
- Rust