Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit c19054b

Browse files
authored
[ScriptComposer]Update Script Composer Doc (#928)
Update Script Composer Doc
1 parent c1dfd37 commit c19054b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apps/nextra/pages/en/build/sdks/ts-sdk/building-transactions/script-composer.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
---
22
title: "Invoke chains of Move calls with Dynamic Script Composer"
33
---
4+
import { Callout } from 'nextra/components'
45

56
# Invoke chains of Move calls with Dynamic Script Composer
67

8+
<Callout type="warning" emoji="ℹ️">
9+
Due to the current large bundle size of the ts-sdk, we are temporarily removing the Script Composer feature from the ts-sdk.
10+
11+
In the future, we will provide this feature as a separate extension package.
12+
13+
If you wish to continue using Script Composer, please install version 1.39.0:
14+
[https://www.npmjs.com/package/@aptos-labs/ts-sdk/v/1.39.0](https://www.npmjs.com/package/@aptos-labs/ts-sdk/v/1.39.0)
15+
16+
</Callout>
17+
718
In the naive api, you only get to specify one entry function to invoke for one transaction. An advanced builder might want to be able to invoke multiple **public** Move functions inside one transaction. This is now enabled by the new `scriptComposer` api provided in the transaction builder.
819

920
Here's an example of how you can invoke the api:

0 commit comments

Comments
 (0)