Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Martinh/ntt sol reshape new ia #305

Merged
merged 44 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
83b7958
move pages, links, images, and snippets to new IA
eshaben Feb 19, 2025
1658d73
Ilariae/settlement ia (#268)
ilariae Mar 4, 2025
7d99922
Dawn/connect index makeover (#263)
dawnkelly09 Mar 13, 2025
96b7119
Bring token bridge build into new ia (#279)
ilariae Mar 13, 2025
8da2ab9
Ilariae/settlement faq (#278)
ilariae Mar 18, 2025
2d8893a
adds content: build/core messaging/index (#281)
dawnkelly09 Mar 18, 2025
dae1fe6
merge the latest from main into new-product-ia (#295)
eshaben Mar 18, 2025
8ae0a30
Add build/transfers/index page (#275)
dawnkelly09 Mar 18, 2025
76e3fea
Updates learn infra index page (#282)
dawnkelly09 Mar 18, 2025
2e21892
updates learn transfers index (#283)
dawnkelly09 Mar 18, 2025
49119d7
new content: build index page (#289)
dawnkelly09 Mar 18, 2025
cd80065
Dawn/learn index (#290)
dawnkelly09 Mar 18, 2025
1be8067
Martinh/new product ia (#303)
martin0995 Mar 18, 2025
09cb3b9
migrate reshape ntt sol page
martin0995 Mar 19, 2025
da50181
update links
martin0995 Mar 19, 2025
7a5e86f
manual relaying details
martin0995 Mar 19, 2025
7ab341a
update cli links
martin0995 Mar 19, 2025
2c620c7
cli installation link
martin0995 Mar 19, 2025
608ccc2
llm check
martin0995 Mar 19, 2025
fa05cb6
typo fix (#308)
ilariae Mar 19, 2025
0986687
temporarily lower needed solana cli version for NTT (#306)
ilariae Mar 19, 2025
6a6ab7f
Merge branch 'new-product-ia' into martinh/ntt-sol-reshape-new-ia
martin0995 Mar 19, 2025
b997b01
some edits to admonitions, headings, steps, etc.
dawnkelly09 Mar 19, 2025
c76b413
Merge branch 'martinh/ntt-sol-reshape-new-ia' of https://github.com/w…
dawnkelly09 Mar 19, 2025
56a86e4
additional formatting tweaks
dawnkelly09 Mar 19, 2025
4a484f0
update llms
dawnkelly09 Mar 19, 2025
8bda922
Martinh/update sdk v1.13.3 new ia (#309)
martin0995 Mar 19, 2025
36505ee
merge conflicts (#311)
eshaben Mar 19, 2025
8d7bccc
Merge branch 'new-product-ia' into martinh/ntt-sol-reshape-new-ia
martin0995 Mar 19, 2025
6d83966
Apply suggestions from code review
martin0995 Mar 20, 2025
8377478
remove foundry from requirements
martin0995 Mar 20, 2025
aff10f2
add deployment on evm step
martin0995 Mar 20, 2025
0536780
reshape overview section
martin0995 Mar 20, 2025
9e0aec6
llm check
martin0995 Mar 20, 2025
44554ee
evm page
martin0995 Mar 20, 2025
1532520
llm check
martin0995 Mar 20, 2025
c43790c
Apply suggestions from code review
martin0995 Mar 20, 2025
d1d08bc
update deploy configuration
martin0995 Mar 20, 2025
7170c28
llm check
martin0995 Mar 20, 2025
e6394e8
llm check
martin0995 Mar 20, 2025
32c354c
merge to main
martin0995 Mar 20, 2025
47ea4ab
llm check
martin0995 Mar 20, 2025
5f49fed
update post deployment
martin0995 Mar 20, 2025
2ef7eca
llm check
martin0995 Mar 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions build/transfers/native-token-transfers/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ description: A comprehensive guide to the Native Token Transfers (NTT) CLI, deta

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.

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.

## Table of Commands

The following table lists the available NTT CLI commands, descriptions, and examples.

!!! note
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.
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.

### General Commands

Expand Down Expand Up @@ -45,3 +46,26 @@ The following table lists the available NTT CLI commands, descriptions, and exam
| `ntt solana key-base58 <keypair>` | print private key in base58 | `ntt solana key-base58 /path/to/keypair.json`|
| `ntt solana token-authority <programId>` | print the token authority address for a given program ID| `ntt solana token-authority Sol1234...`|
| `ntt solana ata <mint> <owner> <tokenProgram>`| print the token authority address for a given program ID| `ntt solana ata Mint123... Owner123... token22`|

## Where to Go Next

<div class="grid cards" markdown>


- :octicons-gear-16:{ .lg .middle } **Configure NTT**

---

Find information on configuring NTT, including guidance on setting Owner and Pauser access control roles and management of rate-limiting.

[:custom-arrow: Configure your NTT deployment](/docs/build/transfers/native-token-transfers/configuration/)

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

---

Frequently asked questions about Wormhole Native Token Transfers, including cross-chain lending, SDK usage, custom RPCs, and integration challenges.

[:custom-arrow: Check out the FAQs](/docs/build/transfers/native-token-transfers/faqs/)

</div>
Loading