You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build/transfers/native-token-transfers/cli-commands.md
+26-2
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@ description: A comprehensive guide to the Native Token Transfers (NTT) CLI, deta
9
9
10
10
The NTT Command-Line Interface (CLI) is a powerful tool for managing native token transfers across multiple blockchain networks within the Wormhole ecosystem. This page provides a comprehensive list of available commands, their descriptions, and examples to help you interact with and configure the NTT system effectively. Whether initializing deployments, updating configurations, or working with specific chains, the NTT CLI simplifies these operations through its intuitive commands.
11
11
12
+
If you haven't installed the NTT CLI yet, follow the [NTT Installation Guide](/docs/build/transfers/native-token-transfers/deployment-process/installation/#installation){target=\_blank} to set it up before proceeding.
13
+
12
14
## Table of Commands
13
15
14
16
The following table lists the available NTT CLI commands, descriptions, and examples.
15
17
16
-
!!! note
17
-
To explore detailed information about any NTT CLI command, including its options and examples, you can append `--help` to the command. This will display a comprehensive guide for the specific command.
18
+
To explore detailed information about any NTT CLI command, including its options and examples, you can append `--help` to the command. This will display a comprehensive guide for the specific command.
18
19
19
20
### General Commands
20
21
@@ -45,3 +46,26 @@ The following table lists the available NTT CLI commands, descriptions, and exam
|`ntt solana token-authority <programId>`| print the token authority address for a given program ID|`ntt solana token-authority Sol1234...`|
47
48
|`ntt solana ata <mint> <owner> <tokenProgram>`| print the token authority address for a given program ID|`ntt solana ata Mint123... Owner123... token22`|
0 commit comments