How to Build a CRUD dApp on Solana

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Read the full written guide for this tutorial on how to create a CRUD app on Solana: solana.com/dev...
    DISCLAIMER
    The content herein is provided for educational, informational, and entertainment purposes only, and does not constitute an offer to sell or a solicitation of an offer to buy any securities, options, futures, or other derivatives related to securities in any jurisdiction, nor should not be relied upon as advice to buy, sell or hold any of the foregoing. This content is intended to be general in nature and is not specific to you, the user or anyone else. You should not make any decision, financial, investment, trading or otherwise, based on any of the information presented without undertaking independent due diligence and consultation with a professional advisor. Solana Foundation Foundation and its agents, advisors, council members, officers and employees (the “Foundation Parties”) make no representation or warranties, expressed or implied, as to the accuracy of the information herein and expressly disclaims any and all liability that may be based on such information or any errors or omissions therein. The Foundation Parties shall have no liability whatsoever, under contract, tort, trust or otherwise, to any person arising from or related to the content or any use of the information contained herein by you or any of your representatives. All opinions expressed herein are the speakers’ own personal opinions and do not reflect the opinions of any entities.

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

  • @LorenzoGiovenali
    @LorenzoGiovenali 2 месяца назад +3

    This wasn't explained very clearly to me. Often I wonder why we are doing something.. for example, what's a Mutation?

  • @bridgetrosequinn
    @bridgetrosequinn 4 месяца назад +4

    this is everything i needed to get started with solana bless you

    • @0GRANATE0
      @0GRANATE0 2 месяца назад

      can you recommend me the next tuorial to watch, so that I can combine this with "pay with my token"? - imagine to be able to create a journal you have to pay some tokens but not solana?

  • @AlphaOnly1
    @AlphaOnly1 5 месяцев назад +1

    entry_id was declared but never used, probably for the sake of simplifying the program. Feels a little hacky because now we can only update messages, since updating the title would change the PDA address, also 2 separate entries with the same title from the same user will conflict no? They derive the same PDA address

    • @nobody00017
      @nobody00017 Месяц назад

      should use the entry_id replace title?

  • @cedricchan2441
    @cedricchan2441 4 месяца назад +3

    This demo uses "anchor build" which is using anchor-cli instead of the built-in "npm anchor-build" command. If you are using anchor-cli to follow along, you should check that your anchor version is 0.29.0 (instead of latest 0.30.0) as this will cause incompatible IDLs generated by 0.30.0 - around 18:00

  • @rishab8
    @rishab8 Месяц назад +1

    this is probaly the best tutorial out there about solana dapp development for beginers ,
    thanks briana for this tutorial

  • @lardosian
    @lardosian 5 месяцев назад +1

    What would be the main benefit of this compared to a regular CRUD app, I'm trying to understand the web3 space!

  • @PootCoinSol
    @PootCoinSol 5 месяцев назад +1

    I did not know that InitSpace trick. That's nice. And thanks for explaining everything as you go. This is probably the first anchor tutorial where I learned a lot

  • @jabrowski_
    @jabrowski_ 12 дней назад

    Smart grill

  • @0GRANATE0
    @0GRANATE0 2 месяца назад

    can you recommend me the next tutorial to watch, so that I can combine this with "pay with my token"? - imagine to be able to create a journal you have to pay some tokens but not solana?

  • @PootCoinSol
    @PootCoinSol 5 месяцев назад

    You never implemented the entry_id. Also could be cool to add an upvote / downvote functionality to the message that others can vote on

  • @MrNewRevolutionary
    @MrNewRevolutionary 4 месяца назад

    but doesnt use latest anchor/IDL implementation?

  • @chadgtr34
    @chadgtr34 4 месяца назад

    how do we retieve the signature of the journal entry ?

  • @EstherTeenyHan
    @EstherTeenyHan 4 месяца назад

    this was eye opening! I want to learn more~

  • @gracezhang1122
    @gracezhang1122 4 месяца назад

    This was helpful!!

  • @nicolej3247
    @nicolej3247 4 месяца назад

    🔥🔥

  • @abdelrahmangamalmahdy
    @abdelrahmangamalmahdy 2 месяца назад

    Guys, I heard that most of the transactions actually fail, is this a reliable network to host my Dapp? please advise!

  • @trader751
    @trader751 4 месяца назад

    what will be the usecase of a solana dapp ?