ERC721A Azuki Smart Contract Tutorial | How to create NFT smart contract with low mint gas

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

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

  • @danieldil6198
    @danieldil6198 2 года назад +8

    Thanks I impelemented in my nft project and the mint went great, we had a lot of savings.

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

      How much it costed?

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

      Help me launch my project? I'm an artist but I dont know how to launch it

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

      Help me too

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

      @@Peppermint_juice .3 eth to deploy
      i used merkle tree also

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

      @@danterr980 what do you need?

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

    used it to creat a mint contract for a project of a client and it worked well ! thanks

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

      Glad it helped!

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

      hey man we're planning to launch an nft project and could use a developer. could you implement this contract?

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

      Sure send me an email

  • @webdeveloper-ct7by
    @webdeveloper-ct7by Год назад

    how to create ERC721a Lazy mint functionality? do you have any reference for ERC721a Lazy minting?

  • @peterkyale3515
    @peterkyale3515 28 дней назад +1

    Some good stuff

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

    hi, i am wondering, what is the maximum no. of NFT could be minted one time with ERC721A?

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

    Thank you so .much again.
    Just a question, the contract is now ok, but the hashlips minting dapp doesn't works. Neither the inverted .mfers landing works very well. So based on this easy contract how can I develop a minting webpage?
    Thanks

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

    Can I see the metadata used on inverse mfers ? Because I used mine and opensea can't read the metadata after I minted it

  • @unccysammy
    @unccysammy 2 года назад +6

    Would love to see a tutorial on how to implement this, but made for a person who can only "code" at a hashlips/copypaste level. looking for the video that takes me to a link of an erc721a contract that is already set to 1, and then instructions in the video on how to change the name, token id, price, max supply, with a couple of payment split thingys already built in there for me to put the teams wallet addresses in. hashlips style. thats why hes so successful. he did all the work and then gave it to us lol. that, personally, is what ive been searching for now for a couple days. love your content man, its been super helpful.

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

    I understand how the erc721a token is made in the video, however how are the codes implemented to web?

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

    Great! but how can we set tojenURI (metadata) against each minited token?

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

    But what if user transfer token? Will it still works?
    Example bob mint token 0-10 and he transfer token 5 to alice
    When contract try to get the owner in loop (loop where curr--) it will get alice? Because its nearer🤔
    Then when contract try to get owner of token 5-10 then what will be the results?
    Alice or bob?

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

    Hello!! Thanks for show great video!!
    I got a question. Can I set first half of NFT's are Free and others for pay?
    I don't know about coding but I can follow like your video..Thanks!! you are great!.

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

      Yes, just check if total supply is less than half or more. If it is less, don't require any value

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

      @@Web3_Club Wow,,,thanks..I'll try..

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

      @@Web3_Club It's great help to me...but I'm so so beginer of coding..I understand what are you mean but I'm not sure where exactly should I write it..Ahaaaa....Could you show me example of it? It'll be great help to me.

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

    Absolute goat

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

    Not sure if I'm already late on this party, but I'm interested and it will be fun if you have a separate video explaining the ERC721A code as you said. Thanks

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

    10k collection ... would u go for erc721a or poly

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

      They're not related. You can have 721a on polygon as well

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

      @@Web3_Club so if you was going to launch a 10k collection today. Which network and type would u go with ?

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

    Appreciate the content man. Thanks!

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

    Hey! Thanks for the cool tutorial!
    I need tokenuri in ipfs to end with .json
    How to do it?
    Thanks

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

    hello. great videos. Houston i have a problem :)) my project have 10 or more grups of assets each and every one of course with "image" folder and the "metadata" folder. as you know, they are numbered from 0 or 1 to xxx whatever, each one of every 10 plus grups.
    is that a way to merged those 10 or more groups in the end to see numbered from 0 to 10k for example...i know a simple pyton code can do this, but i don't know a pyton simple code )) to modify the number of xxx.json and the numbers inside the json file, coresponding to the xxx.png file, the structure to be corect. thank you so much. tell me where i can find a simple code like this to do this job? thx again. the files are in my computer of course. to edit 10k or 20k of those files by hand, is a pain in the ...:))

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

    How to set URI's for metadata with batch minting

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

      if you found the answer, please tell me)

  • @그걸우리모두가
    @그걸우리모두가 2 года назад

    thank u for video! i hope u bless your life I'm happy although your video

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

    Is this available on polygon blockchain??? Please answer thank you

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

    Love your videos, could you explain how do I make base URI? Should I generate it somehow? Thanks!

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

      It is the path to the ipfs, you could use pinata

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

    Wow man thank you for this 🙏

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

    i cant get .json to show up on my token uri. i even added an update token uri suffix function and it transacts, but i get nothing where .json should be showing up. just ends in my token number. where do i set the suffix? it keeps talking about "memory" but where is that stored.. i need to change it lol.

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

    Can i set uri of the token by tokenId using erc721a?

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

    Thank you. 👌

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

    i fkin love you man

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

    Is the gas rate also lower when I mint the contract on the ether network?

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

    Thank you so much, easy and clean.
    Now how to verify my contract in etherscan?

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

      My last video explains that

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

    can you show us how to start nft index with 1 and not 0 please ?

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

    Is it possible for an investor to mint 5 (for example) at once and then sell them a part in Open Sea without selling the entire bundle?
    Thanks for your video, it was very helpfull!!

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

      Yes

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

      ​@@Web3_Club Thank you very much for the quick answer! I would like to ask you a basic question, how do I make a premint of my collection to use them in advertising? For example, the Bored Apes Yacht Club of the 10,000 NFT in their collection, on the web indicate that 200 were preminted as a reserve used for advertising, etc. etc. So my query is, those 200 were minted outside the network, that is, they actually generated 10,200 NFT? Or when they published their project they themselves minted 200 from the mint button on their website, leaving 9800 available for sale? Sorry for my english, since I'm from Argentina haha. Again thank you very much for everything!

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

      @@elsanto3893 they have some function that those 200 nft are goes to owner address just by paying gas fee on thier web

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

    Are you available for hire to act as a contract dev for an NFT project?

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

      Sure, send me an email

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

    Is it to mint straight from the contract?

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

      yes, you can, or can try the site

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

    Thank you

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

    Hi can you please make tutorial how to make reward erc20 in erc721 ? thanks dude

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

    plz answer.how can use web3.js in php laravel.

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

      There must be a ethereum or web3 Library in php

  • @info-Travels
    @info-Travels 2 года назад

    make some video on auction smart contract

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

    gm ser

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

    Can you do a full tutorial on the erc721A pretty please? You are very easy to follow! Love your videos!

    • @Web3_Club
      @Web3_Club  2 года назад +3

      This is the full tutorial no?

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

      This people only understand. not normal people can follow it :)

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

      Hello, great channel !

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

      @@Web3_Club maybe she want tutorial with whitelist,reveal unreveal image, split payment, royalty on the erc 721A..

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

      @@Web3_Club full tutorial until opensea please

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

    😆😆😆 the have max mint set to 69... Niceee

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

    Dude your moving too fast

  • @sony-s6v
    @sony-s6v Год назад

    hatt behn le lorry sahi to bta pora

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

    share the code of enume.sol bcz I am not able to mint more than 1