Skip to content

Commit e6394e8

Browse files
committed
llm check
1 parent 7170c28 commit e6394e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llms.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -12381,19 +12381,18 @@ Use the Solana and Anchor versions listed above to avoid compatibility issues wh
1238112381

1238212382
Deploying NTT with the CLI on Solana follows a structured process:
1238312383

12384-
1. Choose Your Token Setup:
12384+
1. **Choose your token setup**:
1238512385

1238612386
- **Use an existing SPL token** - if your token is already deployed on Solana, you can skip token creation and move directly to the [Set Up NTT](#set-up-ntt) section
1238712387
- **Create a new SPL token** - if you don't already have an SPL token deployed, you'll need to deploy and configure it on Solana before integrating with Wormhole's NTT
1238812388

12389-
2. Choose your [deployment model](/docs/learn/transfers/native-token-transfers/deployment/){target=\_blank}:
12389+
2. **Choose your [deployment model](/docs/learn/transfers/native-token-transfers/deployment/){target=\_blank}**:
1239012390

1239112391
- **Hub-and-spoke** - tokens are locked on a hub chain and minted on destination spoke chains. Since the token supply remains controlled by the hub chain, no changes to the minting authority are required
1239212392
- **Burn-and-mint** - tokens are burned on the source chain and minted on the destination chain. This requires transferring the SPL token's minting authority to the Program Derived Address (PDA) controlled by the NTT program
1239312393

12394-
3. Deploy and Configure NTT on Solana:
12394+
3. **Deploy and configure NTT** - use the NTT CLI to initialize and deploy the NTT program, specifying your SPL token and deployment mode
1239512395

12396-
- Use the NTT CLI to initialize and deploy the NTT program, specifying your SPL token and deployment mode.
1239712396

1239812397
Following this process, your token will fully integrate with NTT, enabling seamless transfers between Solana and other chains.
1239912398

0 commit comments

Comments
 (0)