From 51efd6816580d41686b3444a772ef37f1b2c3a55 Mon Sep 17 00:00:00 2001 From: AlexG <39581753+reveloper@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:42:08 +0900 Subject: [PATCH] Update nft-minting-guide.md --- docs/v3/guidelines/dapps/tutorials/nft-minting-guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/v3/guidelines/dapps/tutorials/nft-minting-guide.md b/docs/v3/guidelines/dapps/tutorials/nft-minting-guide.md index 371b773bd6..7c4471345a 100644 --- a/docs/v3/guidelines/dapps/tutorials/nft-minting-guide.md +++ b/docs/v3/guidelines/dapps/tutorials/nft-minting-guide.md @@ -19,7 +19,9 @@ years, the NFT market has exploded, with some high-profile sales reaching millio You must already have a testnet wallet with at least 2 TON in it. You can get testnet coins from [@testgiver_ton_bot](https://t.me/testgiver_ton_bot). :::info How to open testnet version of my Tonkeeper wallet? -To open the testnet network on Tonkeeper, go to settings and click 5 times on the Tonkeeper logo located at the bottom. Then choose "testnet" instead of "mainnet." +1. Open settings and click 5 times on the Tonkeeper logo located at the bottom. +2. Activate Dev mode. +3. Get back to main menu and create new Testnet wallet with Add wallet/Add Testnet Account. ::: We will use Pinata as our IPFS storage system, so you also need to create an account on [pinata.cloud](https://pinata.cloud) and get api_key & api_secreat. Official Pinata [documentation tutorial](https://docs.pinata.cloud/account-management/api-keys) can help with that. Once you have these API tokens, I’ll be waiting for you here! @@ -1195,4 +1197,4 @@ Today you have learned a lot of new things about TON and even created your own b - Coalus on [Telegram](https://t.me/coalus) or [GitHub](https://github.com/coalus) ## See Also - - [NFT Use Cases](/v3/documentation/dapps/defi/nft) \ No newline at end of file + - [NFT Use Cases](/v3/documentation/dapps/defi/nft)