How to mint NFT on Binance Smart Chain Testnet

Blockchain Logic Writer
5 min readJun 13, 2024

--

Step 1 — MetaMask

Step 2 — Add Binance Smart Chain (BSC) Testnet

Step 3 — Gas Faucet

Step 4 — Using Smart Contract

We’ll take opensource Altushka NFT to mint it.

Supported browsers

Step 1 — Installing MetaMask

— To begin, go to metamask.io and download the MetaMask extension for your browser (Chrome, Firefox, Brave, Edge, Opera).

— Once installed, click on the MetaMask icon in your browser’s toolbar and follow the setup instructions to create a new wallet.

— Be sure to store your password and seed phrase securely as it’s crucial for wallet recovery.

Step 2 — Networks: Adding Binance Smart Chain (BSC) Testnet

— Open MetaMask and click on your account name of reveal network “Ethereum Mainnet”

— Click “Add Network”

+ Add network

— In settings menu you need to “Add Network Manually”

— Copy and paste this Network Data

Network Data

Network Name: BSC Testnet
New RPC URL: https://data-seed-prebsc-1-s1.binance.org:8545/
ChainID: 97
Symbol: tBNB
Block Explorer URL: https://testnet.bscscan.com

— Save the network, and you can now switch between Ethereum and BSC testnets in MetaMask.

Step 3 — Gas Fees — Explanation and Payment

— Copy yore wallet address

Gas fees refer to the transaction fees required to perform operations on the blockchain. In Ethereum and BSC, gas fees are paid in their respective native cryptocurrencies (ETH for Ethereum, BNB for BSC).
Gas fees vary depending on network congestion and transaction complexity. You can check current gas prices on websites like gasnow.org.To pay gas fees, ensure you have enough ETH or BNB in your MetaMask wallet. When you initiate a transaction (such as minting an NFT), MetaMask will prompt you to confirm the transaction details and the gas fee.

— For make tBNB go on the bnbchain.org/en/testnet-faucet

paste yore address and tap “Send 0.3 BNB”

Step 4 — Using Smart Contract NFT

— Open testnet bscscan web site, in write contract page

https://testnet.bscscan.com/address/0x84693f30dd0f5ae4e99013febce2cb8ddb00ab24#writeContract

Step 4.1 — Connect Web 3

— Navigate web site or platform or marketplace allveys have to a first move “Сonnect Wallet”

— Click on “Connect Wallet” or a similar button on the platform’s interface, and MetaMask will prompt you to connect.

Step 4.2 — Minting

— After connecting MetaMask, navigate to the NFT creation or mint button. Dont forget write tBnb mint prise 0.0420

— Follow the platform’s instructions to mint a new NFT. This usually involves uploading an image or other digital asset, entering metadata, and paying a minting fee (gas fee).
— Confirm in MetaMask

— status Confirmed transaction

Congratulations! You Have an you NFT “Altushka”

After successfully minting and possibly transferring your NFT, it’s now a unique digital asset stored on the blockchain.
You can view your NFT’s details (such as ownership history and metadata) using blockchain explorers like Etherscan or BSCScan.
Remember, an NFT (Non-Fungible Token) based on ERC-721 standard is a unique digital asset that represents ownership or proof of authenticity of a specific item, whether it’s art, collectibles, or other digital creations.

— Read a contract

— Add token ID

— Query bottom shou link on NFT, copy and open link.

Altushka 16

— Lets add yore NFT in MetaMask

— Check number of yore NFT “Altushka” (16)

— Copy this contract address

0x84693f30dd0f5ae4e99013febce2cb8ddb00ab24

— Open MetaMask NFT

— Import NFT

— Use address of contract and number of yore NFT

Import

— NFT successfully added

NFT successfully added

— Its ok, picture NFTs are not displayed in MetaMask in testnet

This guide should help you navigate the process of using Web 3.0 technology, specifically with NFTs, using MetaMask and understanding the basics of blockchain transactions and smart contracts.

--

--