Legacy TypeScript SDK Architecture
This document describes the main features and components of the Legacy Aptos TypeScript SDK.
The Legacy Aptos TypeScript SDK provides APIs and interfaces you can use to interact with the Aptos blockchain for reading the blockchain state and for sending your transaction to the Aptos blockchain.
The Legacy Aptos TypeScript SDK has three logical layers:
- Client layer - Responsible on communication with the blockchain server.
- Core layer - Exposes the functionalities needed by most applications.
- Plugins layer - Implementation of different use cases such as Token, NFT, ANS, etc.
See below a high-level architecture diagram of the Legacy Aptos TypeScript SDK.