Source link

Full tutorial at: https://jamesbachini.com/soroban-nft/

Stellar Dev Portal: https://bit.ly/stellardevhub

Stellar Dev Docs: https://bit.ly/stellardevdocs

Stellar Dev Discord: https://bit.ly/stellar-discord-JB

🚀 In this we test the speed at which we can programmatically transfer funds on the Stellar network

📚 “The Blockchain Sector” is a free newsletter for the latest in DeFi and blockchain: https://bachini.substack.com

🕒 Timestamps:
00:00 Intro
00:14 Soroban NFT
01:02 Contract Walkthrough
02:50 Deploying NFT
04:14 Outro

💻 All code is open sourced and available for you to experiment with. Find it here: https://github.com/jamesbachini/Stellar-Soroban-Boilerplate

❗ Disclaimer: My content is for entertainment and documentation purposes only. It’s not investment advice as I’m not a trading professional. All code shared is experimental and not fit for production, DYOR and invest or trade wisely with small amounts you are willing to lose.

👍 Smash that like button for the YouTube algorithm, and thank you for watching!

📌 Stay Connected:
https://jamesbachini.com
https://www.youtube.com/c/JamesBachini
https://bachini.substack.com

https://twitter.com/james_bachini
https://www.linkedin.com/in/james-bachini/
https://github.com/jamesbachini

🎙️ Catch the latest thoughts on my podcast:

📝 Notes:
Please note that I am compensated as a developer in residence to produce content around building on Soroban and the Stellar network. All Code is experimental, has not been security audited by 3rd parties and is provided for educational purposes only.

🗝️ Keywords:
#Stellar #CrossBorder #Payments #Transfers #Sponsored #XLM #StellarSDK #Freighter

🔔 Don’t forget to subscribe to the channel and I write a free weekly newsletter for regular updates on crypto markets, blockchain development, and emerging DeFi technology https://bachini.substack.com

date : 2025-01-22 15:04:46

views : 74

likes : 4

rating :


In this video, a 30-year-old Web 3 DeFi tech editor shares a step-by-step guide on how to deploy a non-fungible token (NFT) smart contract on the Stellar Soroban platform. The contract is written in Rust and is based on the Set 39 standard.

The editor starts by highlighting the NFT’s metadata, which includes the image of a space character on a space background with a Stellar logo, as well as the name, description, URL, and issuer (the deployer’s address) in JSON format. The metadata is uploaded to IPFS, a decentralized file storage platform.

The contract code is then explained in detail, showcasing the functions that control the ownership and transfer of the NFT. The editor notes that the mint function has no restrictions, making it vulnerable to attacks, and recommends adding logic to prevent unauthorized minting in a production environment.

The video concludes with the editor deploying the contract to the test net, building the contract, and invoking the contract on Main net to mint their own NFT. The editor emphasizes that the code is demonstrated purposes only and not suitable for production use.

Some interesting Web 3 facts:

* NFTs are digital assets that are stored on a blockchain, making them rare and unique.
* IPFS is a decentralized file storage platform that allows for permanent and decentralized storage of data.
* The Set 39 standard is a widely accepted standard for tokens in the Stellar ecosystem.

Overall, this video provides a behind-the-scenes look at building an NFT on the Stellar Soroban platform, offering insights into the technical aspects of NFT development and the potential applications of the technology.

LEAVE A REPLY

Please enter your comment!
Please enter your name here