Source link
In this video, we begin building an innovative NFT project called “Developer Cards.” 🛠️ These NFTs act as interactive CVs for developers, featuring details like skills, experience, and portfolio links. Learn how to structure your Move smart contract with constants, structs, shared objects, and events. We cover key elements like developer information fields, event-driven updates, and creating a shared developer hub. This is your first step toward crafting dynamic NFTs in the Sui ecosystem! 🚀
👉 Explore our playlist for more in-depth tutorials on Move programming and NFT development!
🔔 Don’t forget to like, subscribe, and turn on notifications to stay updated!
▬▬▬▬▬
CHAPTERS 💬 (Watch to the end!)
00:00 – Introduction to Developer Cards NFT project
01:20 – Overview of the project structure
02:10 – Setting up the project and Move.toml file
03:30 – Importing libraries and modules
05:00 – Defining constants for errors and costs
07:30 – Structuring the DevCard for NFT data
10:00 – Creating a shared DevHub object for cards
12:00 – Understanding and implementing events
14:40 – Summary of the contract’s structure
▬▬▬▬▬
FOLLOW & JOIN OUR CHANNELS! 📢
⭐ Website ► https://www.risein.com/
⭐ Twitter ► https://x.com/riseinweb3
⭐ Instagram ► https://www.instagram.com/riseinweb3/
⭐ LinkedIn ► https://www.linkedin.com/school/risein
⭐ TikTok ► https://www.tiktok.com/@riseincom
⭐ Facebook ► https://www.facebook.com/riseincom/
⭐ Newsletter ► https://www.risein.com/blog
▬▬▬▬▬
TAGS: NFT Developer Cards,Move Programming NFTs,Interactive CV NFTs,Sui Blockchain NFT Projects,RiseIn,Rise In Web3,Rise In,Patika,Patika Dev,Patika Developer,Patika.dev,Developer Card Smart Contract,Blockchain NFTs for Developers,Move Programming Basics,Web3 NFT Projects,Smart Contract Structs and Events,Sui Shared Objects and Tables
TOPICS: Move programming, NFT development, blockchain applications
DISCLAIMER:
The information contained herein is for informational purposes only and not to be construed as financial, legal, or tax advice. The content of this video is solely the opinions of the speaker who is not a licensed financial advisor or registered investment advisor. Trading cryptocurrencies poses considerable risk of loss. The speaker does not guarantee any particular outcome. © 2024 Rise In. All rights reserved.
date : 2025-01-17 18:30:04
views : 287
likes : 3
rating :
In this video, the creator of a Web 3 DeFi tech editor is introducing a new NFT project, specifically designed for developers. The project is called “DevHub” and its purpose is to create a digital CV for developers, showcasing their skills, experience, and portfolio. The goal is to make it easy for developers to share their expertise with others, and to provide a centralized database for recruiters to find skilled developers.
The project is built on the Sui blockchain, using the Move programming language. The creator walks the audience through the process of setting up a new project in the Sui framework, creating a module for the DevHub project, and importing necessary libraries and functions.
The creator describes the structures they will need to create for the project, including the “DevCard” structure, which will hold information about a developer’s identity, experience, and portfolio. They also create a “DevHop” structure, which is a shared object that will be used to store the developer cards.
The project will have events, such as “card created” and “description updated”, which will be emitted when a new developer card is created or when the description of an existing card is updated. These events will be used to keep the front-end app updated with changes made to the data on the blockchain.
The project is not meant to be a traditional NFT project, but rather a unique use case for the Sui blockchain. The creator encourages viewers to explore and learn more about the technology and its potential uses, rather than just following this specific project.