Skip to content

Commit

Permalink
added links to ntt post deployment (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilaria Enache <ilaria@Host-006.homenet.telecomitalia.it>
Co-authored-by: Martin Hofmann <martin@papermoon.io>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent d7dc7ad commit 12ae40b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,6 @@ The final step in the deployment process is to set the NTT Manager as a minter o
- If you have a custom process to manage token minters, you should now follow that process to add the corresponding NTT Manager as a minter

By default, NTT transfers to EVM blockchains support automatic relaying via the Wormhole relayer, which doesn't require the user to perform a transaction on the destination chain to complete the transfer.

!!!important
To proceed with testing and find integration examples, check out the [NTT Post Deployment](/docs/build/contract-integrations/native-token-transfers/deployment-process/post-deployment/){target=\_blank} page.
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,6 @@ ntt push --payer INSERT_YOUR_KEYPAIR_JSON
```

By default, NTT transfers to Solana support manual relaying, which requires the user to perform a transaction on Solana to complete the transfer. UI components such as Wormhole Connect support this out of the box. For automatic Wormhole relaying support on Solana, [contact](https://forms.clickup.com/45049775/f/1aytxf-10244/JKYWRUQ70AUI99F32Q){target=\_blank} Wormhole contributors.

!!!important
To proceed with testing and find integration examples, check out the [NTT Post Deployment](/docs/build/contract-integrations/native-token-transfers/deployment-process/post-deployment/){target=\_blank} page.

0 comments on commit 12ae40b

Please sign in to comment.