How to Create a Token on Solana

Sdílet
Vložit
  • čas přidán 4. 01. 2024
  • In this video, learn how to create a fungible token on Solana using the Metaplex umi library.
    Code used in the video and written version: qn.social/QNGuide-solana-token
    Official umi repo: qn.social/QNUMI-solana-token
    ---
    Get your Solana RPC and IPFS access: qn.social/QNWebsite-solana-token
    ---
    QuickNode loves sharing its knowledge and tech with the community. Check out the following resources ♥:
    Blog: qn.social/QNBlog-solana-token
    Web3 guides: qn.social/QNGuides-solana-token
    RPC docs: qn.social/QNDocs-solana-token
    Discord community: qn.social/QNDiscord-solana-token
    Follow us on our social channels to stay updated about everything #web3:
    Twitter: qn.social/QNTwitter-solana-token
    Facebook: qn.social/QNFacebook-solana-t...
    Instagram: qn.social/QNInstagram-solana-...
    Linkedin: qn.social/QNLinkedIn-solana-t...
  • Věda a technologie

Komentáře • 62

  • @intuva
    @intuva Před 7 měsíci +2

    Solana is all the buzz these days. This NFT tutorial is great and well-timed!

  • @user-gn3bl1yz6s
    @user-gn3bl1yz6s Před 7 měsíci +2

    Easy to understand and timely. Thank you!

  • @underworldpics6993
    @underworldpics6993 Před 4 měsíci

    What are the needed steps to update or to convert an older SPL token to the new standard? I do not need to create a new token. I need to update a previously old SPL token to the new V3 standard.

  • @imadalnajjar8251
    @imadalnajjar8251 Před 5 měsíci +2

    This video is the best! I have one question: After creating the token, how do you mint more? And how do we stop future minting if we want to do that?

  • @carldiclementi-quicknode
    @carldiclementi-quicknode Před 7 měsíci +7

    tokens with hats go brrrrrr

  • @aromehjoseph6869
    @aromehjoseph6869 Před 7 měsíci +1

    Thank you so much

  • @FukiToYou
    @FukiToYou Před 3 měsíci

    Great video. How easy or not would it be to add once the token is created it also revokes mint and freeze authority? Possible? Thank you to you and QuickNode for all your great videos.

  • @AndresReal1998
    @AndresReal1998 Před 6 měsíci +2

    So I can create a meme coin token by following these steps right?

  • @godfreyanietie
    @godfreyanietie Před 3 měsíci

    I have a challenge, what the interface you used aside from virtual studio ? Is it command prompt because mine is not working.

  • @TechyTro
    @TechyTro Před 2 měsíci

    How do we construct a signer if I am using a frontend that does not require the private key?

  • @timurs726
    @timurs726 Před 6 měsíci +1

    thanks a lot

  • @ivanlagade
    @ivanlagade Před 29 dny

    Nice!

  • @PudimanPangestu
    @PudimanPangestu Před 4 měsíci

    Great Video

  • @engineerojoestudio.032
    @engineerojoestudio.032 Před 2 měsíci

    i think this one of the most easy and simple tutorial ever, i have suggestion on the payment method for the apis in the QuickNode, i cant you accept crypto like SOL, USDC, and ETH

  • @sennmahmut
    @sennmahmut Před 4 měsíci +2

    Okay, I solved it, you explained it very well. I have a question. What can we do to make this happen in mainette instead of devnet? I would be very happy if those who read the comment could reply. Is it okay if we make only the lines that are devnet mainnet?

  • @deiswa333
    @deiswa333 Před 6 měsíci +1

    can we use windows?

  •  Před 3 měsíci

    Thanks awesome

  • @aromehjoseph6869
    @aromehjoseph6869 Před 7 měsíci +1

    I'm a subscriber please how do we add liquidity

  • @prabeshbajracharya99
    @prabeshbajracharya99 Před měsícem

    is there some code to create a LP pool so that we can launch in raydium

  • @ertan1147
    @ertan1147 Před 6 měsíci +3

    Thank you for your nice and easy to understand video. It is really great for beginners. One question; How can we freeze authority and mint authority? you skipped this part

    • @juztmystyle6496
      @juztmystyle6496 Před 5 měsíci

      did you ever find out how to do this?

    • @ertan1147
      @ertan1147 Před 5 měsíci +1

      @@juztmystyle6496 yes I solved this part. You can either do with cli by writing freeze --disabled and mint --disabled or you can do with metaplex

  • @JakesWrestlingJG
    @JakesWrestlingJG Před 4 měsíci +1

    Hello thank you for the video. This has been working great on devnet, but the transaction keeps timing out on mainnet-beta, is there a way to add a priotity fee when minting the tokens on mainnet?

    • @QuickNode
      @QuickNode  Před 3 měsíci

      Transactions on Mainnet can be tricky, we've created a written guide and video on how to use priority fees which you can find here: www.quicknode.com/guides/solana-development/transactions/how-to-use-priority-fees
      Hope this helps!

  • @a.j1031
    @a.j1031 Před 2 měsíci

    What if I wanted to mint 100,000,000,000 (100 Billion) tokens? How would I configure the createAndMint params?

  • @CodeWithJoe
    @CodeWithJoe Před měsícem

    if you hadnt used typescript i would have liked your video

  • @erinsonvillarroel1
    @erinsonvillarroel1 Před měsícem

    At minute 1:57 do you copy/paste the code? because it was so fast that it looks like magic.😂

  • @youtraders
    @youtraders Před 3 měsíci

    vulnabelity ? what is

  • @snyroz6142
    @snyroz6142 Před 6 měsíci +8

    how to create it on mainnet ?

    • @shuusan
      @shuusan Před 4 měsíci

      I also want to know

    • @QuickNode
      @QuickNode  Před 3 měsíci +1

      You just switch the RPC to be a mainnet RPC

  • @AndresReal1998
    @AndresReal1998 Před 6 měsíci +2

    What is freeze authority and mint authority how do I revoke that ?

  • @godfreyanietie
    @godfreyanietie Před 3 měsíci

    Is this endnote url paid to access it, i cant access it anyone who knows should please help out.

    • @QuickNode
      @QuickNode  Před 3 měsíci

      You can spin a Solana endpoint even on the free plan

    • @godfreyanietie
      @godfreyanietie Před 3 měsíci

      @@QuickNode thanks I have access to Solana endpoint on free node, is it the testnet endpoint that was used in this video. Because in the free plan the mainnet and devnet is paid.
      Secondly the space you terminal you used for installation of dependency, it is command prompt, or PowerShell or Ubuntu ?
      Kindly enlightened me please.

  • @EmperorJSX
    @EmperorJSX Před 6 měsíci

    bro, how can i remove freeze and mint autority??

  • @user-sn3yo3ht4v
    @user-sn3yo3ht4v Před 4 měsíci

    I thought this was gonna be a quick 1-2 clicks.. the homie was in the matrix

  • @Nate-gi7no
    @Nate-gi7no Před 15 dny

    wallat

  • @sennmahmut
    @sennmahmut Před 4 měsíci

    Hello, I explained it very well. Finally, I would create the token, but it was created with 4 different token addresses. 4*1m shape. This is why it happened. I would be very happy if you answer.

  • @King-Fishing-Navsar-masi
    @King-Fishing-Navsar-masi Před 4 měsíci

  • @captainK1710
    @captainK1710 Před 4 měsíci +2

    Great tutorial. When deploying on the mainnet, I get the following error. Any idea why? It works perfectly on the devnet though.
    TransactionExpiredBlockheightExceededError: Signature has expired: block height exceeded.
    at Connection.confirmTransactionUsingBlockHeightExceedanceStrategy (/Desktop/solana/node_modules/@solana/web3.js/src/connection.ts:3957:15)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Connection.confirmTransaction (/solana/node_modules/@solana/web3.js/src/connection.ts:3768:14)
    at async TransactionBuilder.sendAndConfirm (/solana/node_modules/@metaplex-foundation/umi/src/TransactionBuilder.ts:360:20) {
    signature: ''
    }

    • @bezmir369
      @bezmir369 Před 4 měsíci

      I have the same error @QuickNode

    • @captainK1710
      @captainK1710 Před 4 měsíci

      @@bezmir369 The solution is to pay the priority fees to get your transaction in.

    • @captainK1710
      @captainK1710 Před 4 měsíci +1

      Be careful. During busy network times, the priority fees can bite you.

    • @bezmir369
      @bezmir369 Před 4 měsíci

      @@captainK1710 yes, yes thanks

    • @JakesWrestlingJG
      @JakesWrestlingJG Před 4 měsíci

      @@captainK1710 How do you add priority fees into this code? Im getting the same error.