Skip to content

Commit 3637d9c

Browse files
committed
updates build/ntt index page, updates llms
1 parent 57c03af commit 3637d9c

File tree

3 files changed

+70
-16
lines changed

3 files changed

+70
-16
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"title": "[Installation](/docs/build/transfers/native-token-transfers/deployment-process/installation/)",
4+
"content": "Includes video and text walk throughs to install the Native Token Transfers (NTT) CLI.",
5+
"icon": ":fontawesome-solid-1:"
6+
},
7+
{
8+
"title": "[NTT Configuration](/docs/build/transfers/native-token-transfers/configuration/)",
9+
"content": "How to configure NTT, including guidance on setting Owner and Pauser access control roles and management of rate-limiting.",
10+
"icon": ":fontawesome-solid-2:"
11+
},
12+
{
13+
"title": "[Deployment](/docs/build/transfers/native-token-transfers/deployment-process/)",
14+
"content": "Includes guidance on deploying to EVM chains and Solana.",
15+
"icon": ":fontawesome-solid-3:",
16+
},
17+
{
18+
"title": "[Post Deployment](/docs/build/transfers/native-token-transfers/deployment-process/post-deployment/)",
19+
"content": "Best practices guidance for managing your NTT integration beyond deployment.",
20+
"icon": ":fontawesome-solid-4:"
21+
}
22+
]

build/transfers/native-token-transfers/index.md

+24-8
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,43 @@ description: This section provides comprehensive guidance on configuring, deploy
55

66
# Native Token Transfers
77

8-
## Get Started
8+
Native Token Transfers (NTT) simplify and enable seamless, flexible token transfers across blockchains. This section provides comprehensive guidance on configuring, deploying, and managing your NTT integration. It includes information relevant to both new token deployments and existing token management.
99

10-
This section provides comprehensive guidance on configuring, deploying, and managing your Native Token Transfers (NTT) integration. It includes information relevant to both new token deployments and existing token management.
10+
Visit the [Use Cases](/docs/build/start-building/use-cases/){target=\_blank} and [Product Comparison](/docs/build/start-building/products/){target=\_blank} pages for help determining if NTT will meet the needs of your project.
11+
12+
## Quickstart
13+
14+
The [Native Token Transfers (NTT) Launchpad](https://ntt.wormhole.com/){target=\_blank} is a Wormhole-managed UI application that provides a step-by-step interface for deploying NTT across multiple blockchains. NTT Launchpad replaces manually deploying contracts or configuring relayers for each chain. Create new multichain tokens or integrate existing tokens with just a few clicks.
1115

1216
<div class="grid cards" markdown>
1317

14-
- :octicons-rocket-16:{ .lg .middle } **Deployment Process**
18+
- :octicons-tools-16:{ .lg .middle } **Deploy Native Token Transfers with Launchpad**
1519

1620
---
1721

18-
Guidance on installation, deployment to EVM and Solana, and maintaining your NTT after deployment.
22+
Follow this guide to launch a new multichain token or integrate existing tokens for multichain use using NTT Launchpad, a step-by-step UI for deploying NTT across multiple blockchains.
23+
24+
[:custom-arrow: Deploy NTT with Launchpad](/docs/build/transfers/native-token-transfers/deployment-process/evm-launchpad/)
25+
26+
</div>
27+
28+
## Deployment Process
29+
30+
Visit the following guides if you prefer to code your NTT integration directly:
31+
32+
[timeline left(wormhole-docs/.snippets/text/build/transfers/ntt/ntt-deployment-process-timeline.json)]
1933

20-
[:custom-arrow: Start the deployment process](/docs/build/transfers/native-token-transfers/deployment-process/)
34+
## Additional Resources
35+
36+
<div class="grid cards" markdown>
2137

22-
- :octicons-gear-16:{ .lg .middle } **Configure NTT**
38+
- :octicons-gear-16:{ .lg .middle } **NTT CLI Commands**
2339

2440
---
2541

26-
Find information on configuring NTT, including guidance on setting Owner and Pauser access control roles and management of rate-limiting.
42+
This page provides a comprehensive list of available NTT CLI commands, their descriptions, and examples to help you interact with and configure the NTT system effectively.
2743

28-
[:custom-arrow: Configure your NTT deployment](/docs/build/transfers/native-token-transfers/configuration/)
44+
[:custom-arrow: NTT CLI Commands](/docs/build/transfers/native-token-transfers/cli-commands/)
2945

3046
- :octicons-question-16:{ .lg .middle } **NTT FAQs**
3147

llms.txt

+24-8
Original file line numberDiff line numberDiff line change
@@ -13136,27 +13136,43 @@ description: This section provides comprehensive guidance on configuring, deploy
1313613136

1313713137
# Native Token Transfers
1313813138

13139-
## Get Started
13139+
Native Token Transfers (NTT) simplify and enable seamless, flexible token transfers across blockchains. This section provides comprehensive guidance on configuring, deploying, and managing your NTT integration. It includes information relevant to both new token deployments and existing token management.
13140+
13141+
Visit the [Use Cases](/docs/build/start-building/use-cases/){target=\_blank} and [Product Comparison](/docs/build/start-building/products/){target=\_blank} pages for help determining if NTT will meet the needs of your project.
13142+
13143+
## Quickstart
1314013144

13141-
This section provides comprehensive guidance on configuring, deploying, and managing your Native Token Transfers (NTT) integration. It includes information relevant to both new token deployments and existing token management.
13145+
The [Native Token Transfers (NTT) Launchpad](https://ntt.wormhole.com/){target=\_blank} is a Wormhole-managed UI application that provides a step-by-step interface for deploying NTT across multiple blockchains. NTT Launchpad replaces manually deploying contracts or configuring relayers for each chain. Create new multichain tokens or integrate existing tokens with just a few clicks.
1314213146

1314313147
<div class="grid cards" markdown>
1314413148

13145-
- :octicons-rocket-16:{ .lg .middle } **Deployment Process**
13149+
- :octicons-tools-16:{ .lg .middle } **Deploy Native Token Transfers with Launchpad**
1314613150

1314713151
---
1314813152

13149-
Guidance on installation, deployment to EVM and Solana, and maintaining your NTT after deployment.
13153+
Follow this guide to launch a new multichain token or integrate existing tokens for multichain use using NTT Launchpad, a step-by-step UI for deploying NTT across multiple blockchains.
13154+
13155+
[:custom-arrow: Deploy NTT with Launchpad](/docs/build/transfers/native-token-transfers/deployment-process/evm-launchpad/)
13156+
13157+
</div>
13158+
13159+
## Deployment Process
13160+
13161+
Visit the following guides if you prefer to code your NTT integration directly:
13162+
13163+
[timeline left(wormhole-docs/.snippets/text/build/transfers/ntt/ntt-deployment-process-timeline.json)]
1315013164

13151-
[:custom-arrow: Start the deployment process](/docs/build/transfers/native-token-transfers/deployment-process/)
13165+
## Additional Resources
13166+
13167+
<div class="grid cards" markdown>
1315213168

13153-
- :octicons-gear-16:{ .lg .middle } **Configure NTT**
13169+
- :octicons-gear-16:{ .lg .middle } **NTT CLI Commands**
1315413170

1315513171
---
1315613172

13157-
Find information on configuring NTT, including guidance on setting Owner and Pauser access control roles and management of rate-limiting.
13173+
This page provides a comprehensive list of available NTT CLI commands, their descriptions, and examples to help you interact with and configure the NTT system effectively.
1315813174

13159-
[:custom-arrow: Configure your NTT deployment](/docs/build/transfers/native-token-transfers/configuration/)
13175+
[:custom-arrow: NTT CLI Commands](/docs/build/transfers/native-token-transfers/cli-commands/)
1316013176

1316113177
- :octicons-question-16:{ .lg .middle } **NTT FAQs**
1316213178

0 commit comments

Comments
 (0)