How to Build a CRUD dApp on Solana

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 27

  • @rishab8
    @rishab8 4 місяці тому +2

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

  • @cedricchan2441
    @cedricchan2441 8 місяців тому +7

    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

    • @MrTorsionist
      @MrTorsionist 7 місяців тому +1

      Yup just found it

    • @st4rgard3n42
      @st4rgard3n42 12 днів тому

      God bless you ser - everything I have touched from the dev series has been broken because 0.30.0

  • @bridgetrosequinn
    @bridgetrosequinn 8 місяців тому +5

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

    • @0GRANATE0
      @0GRANATE0 5 місяців тому

      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?

  • @PootCoinSol
    @PootCoinSol 8 місяців тому +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

  • @AlphaOnly1
    @AlphaOnly1 8 місяців тому +2

    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 4 місяці тому

      should use the entry_id replace title?

  • @mw.020
    @mw.020 Місяць тому

    folks on Solana team needs to really understand - creating the backend account model, testing the contract and integrating with the front end are three distinctive phases and shouldn't be addressed altogether in an introductory CRUD dApp video under 40 min.

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

    this was eye opening! I want to learn more~

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

    how do we retieve the signature of the journal entry ?

  • @lardosian
    @lardosian 8 місяців тому +1

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

    • @JDJ1213
      @JDJ1213 14 днів тому

      There is none.

  • @0GRANATE0
    @0GRANATE0 5 місяців тому

    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?

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

    but doesnt use latest anchor/IDL implementation?

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

    This was helpful!!

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

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

  • @LorenzoGiovenali
    @LorenzoGiovenali 6 місяців тому +3

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

    • @778vv
      @778vv 3 місяці тому

      you need to learn rust !!

    • @youtubeisforcucks
      @youtubeisforcucks Місяць тому

      Brother if you don't know how a Google search works thenyou have no business touching any language you weren't taught from birth

  • @abdelrahmangamalmahdy
    @abdelrahmangamalmahdy 6 місяців тому

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

  • @jabrowski_
    @jabrowski_ 3 місяці тому

    Smart grill

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

    🔥🔥

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

    what will be the usecase of a solana dapp ?