# TypeScript SDK

- [Quick Start](/developers/typescript-sdk/javascript-sdk.md): The August Digital SDK provides a TypeScript API for August services and resources. You can use the TypeScript API to build applications or libraries for the browser or Node.js.
- [Usage Guide](/developers/typescript-sdk/code-examples.md)
- [Vault Actions](/developers/typescript-sdk/code-examples/vaults.md): Query vault data across EVM and Solana chains. All vault getters are available on the main AugustSDK class.
- [EVM Actions](/developers/typescript-sdk/code-examples/evm-actions.md): Execute transactions on EVM vaults including deposits, withdrawals, and approvals. All write operations are available via \`sdk.evm.\*\` methods.
- [Solana Actions](/developers/typescript-sdk/code-examples/solana-actions.md): Execute transactions on Solana vaults including deposits, withdrawals, and queries. All operations follow the same pattern as EVM vaults for consistency.
- [ABI Functions](/developers/typescript-sdk/code-examples/abis.md): The August Digital SDK includes all necessary contract ABIs (Application Binary Interfaces) for interacting with August vaults and related contracts. All ABIs are exported with the \`ABI\_\` prefix.
- [SDK Reference](/developers/typescript-sdk/api.md)
- [AugustSDK](/developers/typescript-sdk/api/augustsdk.md)
- [AugustVaults](/developers/typescript-sdk/api/augustvaults.md)
- [AugustSubAccounts](/developers/typescript-sdk/api/augustsubaccounts.md)
- [EVMAdapter](/developers/typescript-sdk/api/evmadapter.md)
- [SolanaAdapter](/developers/typescript-sdk/api/solanaadapter.md)
- [SuiAdapter](/developers/typescript-sdk/api/suiadapter.md)
- [ABIs](/developers/typescript-sdk/api/abis.md)
