How to create dynamic NFTs (Code walk through)

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2021
  • In this video, I do a code walk-through of the Sketchy Pages smart contract on the Ethereum blockchain to show you how dynamic NFTs work. Hope you enjoy the video.
    Twitter: / hashlipsnft
    Website: hashlips.io/
    HashLips/HashLips Lab provides educational content and open-source code for informational purposes only, without any express or implied warranties on accuracy or completeness. Our materials are not intended as financial or professional advice and should not replace professional judgment or expertise. The use of our content and code is at your sole discretion and risk.
    Please note, that our resources are not financial advice. Decisions made based on our content are the user's responsibility, and HashLips/HashLips Lab assumes no liability for any direct or indirect losses, including but not limited to data loss or profit loss, that may result from utilizing our educational materials or open-source code.
    #react #generativeart #generative #art #node #javascript #coding #smartcontract #programming #polygon #ethereum #nft​​ #nfts​​ #hashlips​​ #code​​​​ #solidity

Комментарии • 68

  • @RealEyesRealiseRealLies
    @RealEyesRealiseRealLies 2 года назад

    Brother i can only thank you from the bottom of my heart your earliervideos about how to generate thousands of nfts and deploying the contract have changed my life immensely. I can also imagine the amount of people your videos have benefited

  • @tonyfisher6379
    @tonyfisher6379 2 года назад

    The more I watch your videos, the more amazed I am by the possibilities in this community. Thank you again Daniel!! You rock! 🔥🔥🔥

  • @Heytedward
    @Heytedward 2 года назад

    Didn’t even watch the Video, immediately liked. I’ve been waiting and looking for this! Thank you very much for everything you’re doing.

  • @jharmony
    @jharmony 2 года назад +1

    Another incredibly insightful video. Many exciting ideas come to mind. Thoughs of the many different ways dynamic messages can be implemented come to mind. Many thanks! And I hope you're staying safe with this new variant, " Omicron," in South Africa, my friend.

  • @kennethmorrill823
    @kennethmorrill823 2 года назад

    This is amazing! Thank you!

  • @Masterfiend
    @Masterfiend 2 года назад +19

    Discuss saving on gas when deploying a smart contract. Especially important for when people have large whitelists (in the hundreds).
    Some of your contracts on github used an array and a for loop which are extremely gas costly. I've heard people talking about using a mapping or merkle roots, but I think if you could do a video on this it would be very helpful.

    • @toddyarberry727
      @toddyarberry727 2 года назад +4

      @hashlips please make a video about this

  • @ciliann
    @ciliann 2 года назад +1

    Nice, just wanted to be first & say thanks for the great content as always. Stay amazing! 💗🎨

  • @meowtroop4306
    @meowtroop4306 2 года назад +2

    Hi Daniel! Thank you for finding and explaining this useful feature 😁 just like you, I’m very curious how others will utilize this concept in their own nft projects

  • @defi-z8434
    @defi-z8434 2 года назад

    This is great! Always innovating sabc is super cool.

  • @hatoviah5790
    @hatoviah5790 2 года назад

    Thanks for the video 💯

  • @Crypt04200
    @Crypt04200 2 года назад

    Great job 👏 👍

  • @heyitsfinnvr7365
    @heyitsfinnvr7365 2 года назад +17

    Could you do a video on a minting dapp that allows you to customise a NFT by selecting which properties you want (even better if you can set a price multiplier based on what property they choose) and how that would work in a smart contract?

    • @HashLipsAcademy
      @HashLipsAcademy  2 года назад +16

      Yea sure I can

    • @heyitsfinnvr7365
      @heyitsfinnvr7365 2 года назад +2

      @@HashLipsAcademy awesome! I want to make a NFT MMO RPG but my current smart contract is definitely not going to work, I’m going rewatch all your solidity videos so I can make a sick smart contract

    • @youngboikt
      @youngboikt 2 года назад +1

      @@heyitsfinnvr7365 hey I’m currently working on a rpg nft let me know if you would like to work together in the future

    • @maco4171
      @maco4171 2 года назад

      Sick idea !! Would be intersting !!

  • @theoneyoucomefor5074
    @theoneyoucomefor5074 2 года назад +2

    Video ideas:
    -being able to add more NFTs after the contract goes live on the blockchain so if I limit my nft to 10k and then somehow update the smart contract to then allow 20k kinda like a drop within a drop
    -how to make an interactive nft(3d models, a book where you can flip the pages, a video game)
    -how to automatically set the price of an nft without a mint page, like what if I just want the 10k nfts to automatically be listed on Opensea with an already set price
    -how to create an update-able smart contract
    That's all I got for now but i hope you can make videos on these, it will be appreciated as you are appreciated for all that you do for us already!

    • @aljazvidovic8390
      @aljazvidovic8390 2 года назад +1

      That's something I would also be interested in:
      -being able to add more NFTs after the contract goes live on the blockchain so if I limit my nft to 10k and then somehow update the smart contract to then allow 20k kinda like a drop within a drop

  • @brucerebello
    @brucerebello 2 года назад

    Daniel, love your work and all that you do! Can you please have a video on how to send out airdrops to early supports of the project as well as how to whitelist ETH addresses so that other team member can mint the NFTS on their own.
    Thank you so much :)

  • @yamwax735
    @yamwax735 2 года назад

    Amazing stuff (as always), Daniel! Q: does anything stop a user from transferring those three NFTs to another wallet in order to mint another one from that second wallet?

  • @SilentNSly
    @SilentNSly 2 года назад

    Hi Daniel! Thank you for another great video.
    Could you make a video about choosing between ERC-721 and ERC-1155 when making an NFT collection, especially in regards to gas needed

  • @hiranga
    @hiranga 2 года назад

    Hey Daniel @HashLips NFT, amazing work as always! Was wondering how you can do the message so that it is visible in OpenSea's metadata Details/Properties? Opensea doesn't seem to be able to see/display the Message, unless I am mistaken? How could one achieve this??

  • @Jannilson
    @Jannilson 2 года назад +1

    Amazing tutorial, love everything from hashLips. Do you mind telling me...is it possible to change an nft depending on the time? like changing the actual picture in the contract depending on time? should be?

  • @wapooshe5112
    @wapooshe5112 2 года назад

    I just discovered your channel and I want to say thank you so much for the content you put out.
    I have been searching for hours upon hours and following so many tutorials that are all over the place.
    I'm really excited to start going through all your videos, keep up the amazing work. You are a huge contributor
    to bringing new people into the metaverse.

  • @KOSTRACZE
    @KOSTRACZE 2 года назад +1

    Hey Daniel, thanks for awesome videos!
    I think it would be awesome thing to do for next video explanation and how to do mutations (with for example some potion like BAYC) I wonder how they did it that they let you mutate your NFT Ape...
    Thanks and stay awesome

    • @Flaneur27
      @Flaneur27 2 года назад

      @@KOSTRACZE what doe you mean

  • @fulltimehustler3979
    @fulltimehustler3979 Год назад

    Hey Daniel so cool! Can you go over a timer based pre reveal or a egg hatching function

  • @mkelshazly
    @mkelshazly 2 года назад

    How opensea is integrated to show the message in their listing page?

  • @dkozlov80
    @dkozlov80 2 года назад +1

    Could you do a video on how do you map messages from smart contract to the images? Are images gets updated automatically (generated SVG from the smart contract)? Or images are PNGs and get refreshed by outside process?

  • @elliotf7262
    @elliotf7262 2 года назад

    Great content! Haven't finished maybe it comes up in this video but I'm wondering if NFT's can be programmed to be remoteably burnable?

  • @danieldil6198
    @danieldil6198 Год назад

    How can you make it where the image writes the message on it

  • @doroiensd3ew881
    @doroiensd3ew881 2 года назад +1

    Hi Daniel, can you make a video on NFTs that is evolving with potions etc? LIke BAYC ?

  • @victordevjs
    @victordevjs 2 года назад

    Please make a video on how to create a page where people can mint NFTs from you collection, kinda like the Candy Machine, but for Polygon or Ethereum please!

  • @ToopC1
    @ToopC1 2 года назад

    Thank you for sharing, please create (code) trading bot for coinbase pro

  • @ozangulec4064
    @ozangulec4064 2 года назад +1

    Is it possible to create dynamic NFTs in Solana? and use this as a means for giving away NFTs before all of them are sold?

  • @BeatManiaWorld
    @BeatManiaWorld 2 года назад +1

    I like your channel, it seems so educative, but I have problems to understand how to use the code you explained, I still dont know to start dapps

    • @HashLipsAcademy
      @HashLipsAcademy  2 года назад

      Hi, please start with some of my earlier videos. This will give you great insight on how to work with the code.

  • @eatstheviking829
    @eatstheviking829 2 года назад

    Probably a sill question but what is the difference between creating nfts with coding vs just a simple create nft on opensea that doesn't require any code?

    • @kshgr
      @kshgr 2 года назад

      Largely saves time

  • @acogacog1222
    @acogacog1222 2 года назад

    Nice video as always… I’m watching the series you did about “create your collection of 10000 nft” and a question came in my mind:
    If I create an nft collection of 10000 pieces.
    The nft is created by layers, one of them can be a date and used only one time. If I want to have a date as a layer but every single date have to be unique can I do that? (Sorry for my terrible English)

    • @acogacog1222
      @acogacog1222 2 года назад

      @HashLips NFT it’s possible to chat on Instagram or Twitter…. It would be easier

  • @andidono
    @andidono 2 года назад +1

    How about dynamic naming? Is it possible to do...for example someone mint my nft from my 10k collection and they want to change the name.

    • @andidono
      @andidono 2 года назад

      I think that would be fun, same like adopting a pet irl and name it.

  • @charlesdev2792
    @charlesdev2792 2 года назад

    In the Claim function, how is the control done where the Claim can be done only 1x and not infinite times?

  • @geekygreek7
    @geekygreek7 2 года назад +1

    Daniel! Your work is amazing and I’ve been meaning to ask you a few questions in regards to a project I’m working on, as well as some info on if it’s at all possible to do. If you’re able to take commission or payment to work on an NFT project, I’d love to hire you! Please let me know how we can keep in touch.
    Keep up the great work!!

    • @HashLipsAcademy
      @HashLipsAcademy  2 года назад +1

      Hi, you are more that welcome to ask me anything. Unfortunately I am not take NFT jobs at the moment

    • @geekygreek7
      @geekygreek7 2 года назад

      @@HashLipsAcademy no worries I understand. I love your videos though keep it up :)
      Is there a specific title for someone that understands the process of generating NFTs and the details behind layering and tagging (I guess meta tagging would be the correct term? I’m not too sure) so they are able to easily be referenced when pulling up data for them (like statistics, stats and rarities, etc), say for like a video game concept ? When looking for someone to take my artwork and generate these images (more than generate, but understand it inside and out, utilize it and maybe even have additional suggestions for me on it). I’m in need for that type of skill set and I’m not sure what type of title to refer to when searching :)
      Sorry for the complicated question !

    • @fbgcrypto-technicalanalysi1298
      @fbgcrypto-technicalanalysi1298 2 года назад

      @@geekygreek7 sir i can help u.

    • @vijayrefkin5249
      @vijayrefkin5249 2 года назад

      @@fbgcrypto-technicalanalysi1298 need your help

  • @jopadjr
    @jopadjr 2 года назад

    307th...Thanks

  • @goodluckdeal3220
    @goodluckdeal3220 2 года назад

    Can you talk about the smart contract of the nft game ?

  • @vijayrefkin5249
    @vijayrefkin5249 2 года назад

    Hi sir how to upload 10 k nft onto Polgon matic or Eth with set base price and by with holding some nfts for auction please .Please make video on Bulk upload to Opensea for both Matic and Eth through ERC 721 contracts 🙏🏻 Thank you.

  • @atomsmovie
    @atomsmovie 2 года назад +1

    💧💧💧

  • @RZK2553
    @RZK2553 2 года назад

    I don't want to create a combination where all the other layers are the same, only the background is different.
    example:
    Do NOT want case ▼
    #1
    background: black
    accessories: ring
    eyes: blue
    horns: cow
    skins: red hoodie
    #2
    background: blue
    accessories: ring
    eyes: blue
    horns: cow
    skins: red hoodie
    All layers same and only the background color is different. This does not feel 'UNIQUE'
    I want case ▼
    #1
    background: black
    accessories: ring
    eyes: blue
    horns: cow
    skins: red hoodie
    #2
    background: blue
    accessories: ring
    eyes: blue
    horns: cow
    skins: yellow hoodie
    There is only one 'ring+blue+cow+red hoodie' combination regardless of the background color.
    Please kindly help.

  • @vedicwarriorOriginal
    @vedicwarriorOriginal Год назад

    How do we generate a secret message that only the holder of the NFT can read?

  • @cryptogaming750
    @cryptogaming750 2 года назад

    hello sir.. can you make a tutorial how to make nft that can mine coins from the project we make ?
    thanks before 😊😊

  • @TAdvice
    @TAdvice 2 года назад +1

    hey can you create a video on how to create a rarity

    • @HashLipsAcademy
      @HashLipsAcademy  2 года назад

      Please check my tips and tricks videos

    • @TAdvice
      @TAdvice 2 года назад +1

      @@HashLipsAcademy can you send me a link to it

  • @brentbreitbach230
    @brentbreitbach230 2 года назад

    Everytime I try to join the discord I get marked as an alt account.