Skip to content

Commit

Permalink
added link to deployment models page
Browse files Browse the repository at this point in the history
  • Loading branch information
martin0995 committed Dec 19, 2024
1 parent f17f5db commit 3fa1e1c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Initialize a new `deployment.json` file specifying the network:

## Deploy Your Solana Token

Tokens used in Wormhole’s NTT can operate in burning mode or as hub chain tokens in hub-and-spoke mode. These modes differ in how tokens are managed and configured for cross-chain transfers.

???- interface "Deploy an SPL Token"

1. Generate a new Solana key pair to create a wallet:
Expand Down Expand Up @@ -85,15 +83,14 @@ Tokens used in Wormhole’s NTT can operate in burning mode or as hub chain toke
spl-token mint INSERT_TOKEN_ADDRESS 1000
```


!!! note
NTT versions `>=v2.0.0+solana` support SPL tokens with transfer hooks.

### Hub Chain Requirements

For hub chain deployments on Solana, the token can be either an SPL or Token2022 token. No additional configuration, such as setting the mint authority, is required for hub chain tokens.

This means you can deploy your token using the standard SPL or Token2022 creation process without modifying its mint authority or adding custom functionality.
For more detailed information about deployment models, see the [Deployment Models](/docs/learn/messaging/native-token-transfers/deployment/){target=\_blank} page.

### Burning Mode Requirements

Expand Down

0 comments on commit 3fa1e1c

Please sign in to comment.