Source link

👉Get the Full Telegram Clicker Game App Code: https://nikandr.com/

*My Contacts*
Website: https://nikandr.com/
Telegram: https://t.me/nikandr_s
Email: nikandr.dev@gmail.com

Links from the video
Github Repository of the Lesson: https://github.com/nikandr-surkov/Soulbound-NFT-Collection-on-Ton-Blockchain-Using-Tact
Pinata IPFS: https://pinata.cloud/
TON Blockchain: https://ton.org/en
Tonkeeper Wallet: https://tonkeeper.com/

In this guide, I’ll show you how to deploy a production-ready Soulbound NFT Collection on the TON blockchain using Tact. Soulbound NFTs are non-transferable tokens often used for memberships, credentials, or achievements tied to a specific address. I’ve prepared a GitHub repository that anyone can use to deploy their own Soulbound NFT collection.

*What You Will Learn:*
– Setting up a Soulbound NFT collection on the TON blockchain
– Writing smart contracts using Tact for NFTs
– Preparing metadata for NFT collections and individual NFTs
– Uploading images and metadata to IPFS
– Deploying your NFT collection to the TON blockchain
– Minting NFTs and handling payments for minting

*Key Steps Covered:*
– Initial Setup: Build and test the smart contracts written in Tact for your Soulbound NFT collection.
– Metadata Preparation: Create metadata files for both the NFT collection and individual NFT items, and upload them to IPFS.
– Deployment: Deploy the Soulbound NFT collection to the TON blockchain and mint your first NFT item.
– Minting Process: Demonstrate how users can mint new NFTs, and how payments are transferred to the collection owner.

*Who Should Watch:*
– Web3 Developers: Ideal for developers looking to dive into smart contract creation on the TON blockchain.
– NFT Enthusiasts: Perfect for those wanting to create their own Soulbound NFT collection for credentials, memberships, or achievements.
– TON Blockchain Developers: Great for developers who want to explore NFT minting and token economics on the TON blockchain.

date : 2024-09-30 16:55:15

views : 367

likes : 15

rating :

Make Soulbound NFT Collection (SBT Token) on Ton Blockchain FULL GUIDE

This comprehensive guide by Nickander, a professional blockchain developer, demonstrates how to create a Soulbound NFT (SBT) collection on the Ton blockchain. An SBT is a non-fungible token that is tied to the owner’s identity, allowing for unique digital ownership. The guide is designed to be easy to follow and requires minimal technical expertise.

To deploy an SBT collection, you’ll need to:

  1. Create a GitHub repository and install dependencies using npm.
  2. Write and test smart contracts using the Blueprint development framework.
  3. Prepare metadata files for the NFT collection and individual NFT items.
  4. Upload images to an APFS service like Pinata Cloud and obtain IPFS URLs.
  5. Create a folder containing the prepared metadata files and upload it to IPFS.
  6. Update the deployment file with the IPFS URL and set the NFT price in Ton coins.
  7. Deploy the SBT collection to the Ton blockchain using the Blueprint command-line interface.

Once deployed, you can mint new NFTs from your collection and receive Ton coins as payment. The NFTs are marked as soulbound, meaning they are tied to the owner’s identity and cannot be transferred or sold.

Tone blockchain is a public, decentralized, and energy-efficient blockchain platform that leverages the TON Protocol, a fork of Ethereum. It’s designed for fast and secure transactions, making it an attractive choice for NFT creators.

This guide provides a hands-on tutorial for creating and deploying an SBT collection on the Ton blockchain, making it an excellent resource for anyone interested in the world of Web3, NFTs, and blockchain development.

LEAVE A REPLY

Please enter your comment!
Please enter your name here