Building a React App to Mint Tokens and NFTs on Solana

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 52

  • @kamalravichandran
    @kamalravichandran 2 роки тому +6

    Your Solana playlist covers the exact topics which I am learning. Thanks

    • @JoshsDevBox
      @JoshsDevBox  2 роки тому +1

      Awesome, glad to know that peopel are finding this stuff helpful!

    • @proIdeas37
      @proIdeas37 2 роки тому

      @@JoshsDevBox I am eagrly waiting for your next new video!🙃

  • @tkhhhhh
    @tkhhhhh 2 роки тому +2

    Thanks a lot Josh! Don't stop with the videos!

  • @10KRotator
    @10KRotator Рік тому

    dude your videos are underrated

  • @HarryPrazovic
    @HarryPrazovic 2 роки тому

    Excellent! I'm waiting for your next Solana video! 👏

  • @jeetbarot7629
    @jeetbarot7629 2 роки тому

    Eagerly waiting for the next video!

  • @TheHellishFrog
    @TheHellishFrog 2 роки тому

    Totally enjoyed your tutorial again! Thank You - Josh!

  • @sap7095
    @sap7095 2 роки тому +1

    Thanks a lot Josh!!! keep it up!!!!!

  • @Nagrag0
    @Nagrag0 2 роки тому +1

    These tutorials are epic, thank you so much for your help!

  • @plujudramunqk
    @plujudramunqk Рік тому

    Mate you are giving us amazing content. Thank you for the hard work, your tutorial helped me a lot.

  • @2SHARP4UIQ150
    @2SHARP4UIQ150 7 місяців тому

    As Josh mentioned at 7:21, this tutorial is front-end using Javascript. I will go further and say you are crazy if you use this tutorial for production. Bad characters will abuse your system.

  • @davidrousseau1072
    @davidrousseau1072 2 роки тому +2

    Hey Josh thanks for an other great video ! (Did you consider asking a sponsorship from the Solana foundation ?)

    • @JoshsDevBox
      @JoshsDevBox  2 роки тому +1

      Thanks David! That's a good suggestion, I never thought about it, I've mostly been doing this as a hobby.

    • @joshuaakpansunday5354
      @joshuaakpansunday5354 11 місяців тому

      It's necessary
      Or @solandy tutorial

  • @jaimeaguirre4424
    @jaimeaguirre4424 Рік тому

    You are the man! Please consider creating a udemy course. You'll make BANK! No one is covering this even a year later. Thank you

  • @dieuxcerf9821
    @dieuxcerf9821 2 роки тому

    Thanks a lot dude, it helps a lot

  • @rehanchoudhury1937
    @rehanchoudhury1937 2 роки тому

    Amazing contents

  • @exoticcoder5365
    @exoticcoder5365 2 роки тому

    wow this is super helpful ! Only 5,719 views on 4 Oct 2022 ?! Gosh where are the others !

  • @typicalindiancoderwhowatch8458
    @typicalindiancoderwhowatch8458 2 роки тому +3

    Thankyou very much for this video please make nft marketplace using solana

    • @JoshsDevBox
      @JoshsDevBox  2 роки тому +2

      Thanks for the suggestion, I'll add that in my list of video topics!

    • @케리-d6k
      @케리-d6k 2 роки тому

      @@JoshsDevBox i want it too much sir... there is no useful content other's except you sir.. you made me understand so easily..!!

  • @senudajayalath7615
    @senudajayalath7615 2 роки тому

    I have a small misunderstanding. You can use anchor rust code to create a minting account as well as use solana/spl-token library. There are also many other instances where we can use either to do the samething. Why are there two implementations and how to choose which one to use. In this video you have used solana/spl-token, but the same thing can be done using anchor

  • @Regalman
    @Regalman Рік тому

    Thank you bro

  • @Procuste34iOSh
    @Procuste34iOSh 2 роки тому

    Hey so i've looked at your phantom videos and I'm still wondering how to adapt this script in order to use the Phantom wallet of the user. i need to have a 'signer' object, which is here simply the wallet generated by the Keypair.generate function. But using the Solana wallet adapter, I can only grab the publickey of the wallet... what to do ? thanks!

    • @Procuste34iOSh
      @Procuste34iOSh 2 роки тому

      I'm looking at the createMintToInstruction function (and not the createMint function that requieres a signer). Maybe that will do the trick

  • @ekoydakoykoy
    @ekoydakoykoy 2 роки тому

    Hey Josh, i love this tutorial. I am a bit confused, if say I have an NFT which is minted via metaplex (candy machine),got the mint address when I send this to another wallet, where do I find the keypair or i need to generate new one to have token address so i can send them?

  • @thegreatwhiteshark3730
    @thegreatwhiteshark3730 2 роки тому +1

    Josh would you be able to create a front end that would allow a person to pay for a nft with either an amount of a token or solana. While also turning in a gen1 nft and matching it 1for1 for the gen2?

    • @JoshsDevBox
      @JoshsDevBox  2 роки тому +1

      Yeah it should be possible to do it on the frontend, you just need to create 2 transfer requests. However that wouldn't be safe, instead you should probably have a smart contract that will do the transfer for you. It's the same idea for the NFT exchange.

    • @thegreatwhiteshark3730
      @thegreatwhiteshark3730 2 роки тому

      @@JoshsDevBox would you be interested in helping me with this for our project?

    • @ekoydakoykoy
      @ekoydakoykoy 2 роки тому

      I am also curious how this works

  • @riiya7928
    @riiya7928 8 місяців тому

    nice tutorial but how do I name the tokens like how can I add name, symbol and image?

  • @ilb7475
    @ilb7475 Рік тому

    can I do this on mainnet? if possible, what should I change on code ? ?

  • @nathandrake1730
    @nathandrake1730 2 роки тому

    Hey Josh! That was a very informative video. Quick question: I already have my spl token registered on devnet I want to send this token to my wallet through code . Can u help me with this ?

  • @abdullahshahid5133
    @abdullahshahid5133 2 роки тому

    hello josh, your content is amazing and i learn allot about solana from your channel. you are doing a great job so keep it up 👍. And i need your help, i want to create a nft marketplace on solana for direct selling any buying with fixed price and i did't want any auction feature. Is this processable?

  • @EveryorNothing
    @EveryorNothing 2 роки тому +1

    so helpful, go ahead, but I want know how to rename created tokens

    • @JoshsDevBox
      @JoshsDevBox  2 роки тому

      If you're talking about the token address, you can't, if you're just talking about the name. Solana has a github repo that maps token addresses with strings. You can just rename the name associated with your token.

  • @haroldcastiaux959
    @haroldcastiaux959 2 роки тому

    Hey, I love your videos, can you make a video about staking NFTs on solana from scratch?

  • @david-cb5ru
    @david-cb5ru 2 роки тому

    Hi Josh, im getting a Too many requests error being returned to me when doing the create token step. (Was my first time running the build so idk how its too many req)

  • @julio6315
    @julio6315 2 роки тому

    you do not declare mint or fromTokenAccount and it does not generate any problem, in my project it generates an error as it is not defined, and if I declare it it only exists in createToken and not in mintToken. How come it doesn't cause you any problems?

    • @domyz6072
      @domyz6072 2 роки тому

      your function thinks that fromTokenAccount is a local variable thus it is empty. Move your declaration of fromTokenAccount outside the default function your exporting so its declared as global.

  • @jonasmatulskis8446
    @jonasmatulskis8446 2 роки тому

    When discord channel? When video on how to do this on mobile like android or IOS?

  • @dev-fi8414
    @dev-fi8414 2 роки тому

    Josh plz make a video on nft marketplace like magic eden

  • @SIGMA_BLYAT
    @SIGMA_BLYAT 2 роки тому

    your variable names are discussing !!!!

    • @JoshsDevBox
      @JoshsDevBox  2 роки тому +1

      Feedback noted, that's why it's #NotDevelopmentAdvice 😉

  • @Procuste34iOSh
    @Procuste34iOSh 2 роки тому +1

    Great vid! Would it be possible to, instead of generating a new wallet every time (const fromWallet = Keypair.generate();), instead use the wallet of the user (via Phantom for example) ? thank you !

    • @JoshsDevBox
      @JoshsDevBox  2 роки тому +1

      It is! If you look at some of my phantom wallet video's, you'll see how we can go about getting the user's wallet's public key.

    • @Procuste34iOSh
      @Procuste34iOSh 2 роки тому

      @@JoshsDevBox Thank you ! I will check them out