How to Build a CRUD dApp on Solana

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 22

  • @rishab8
    @rishab8 หลายเดือนก่อน +1

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

  • @bridgetrosequinn
    @bridgetrosequinn 5 หลายเดือนก่อน +4

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

    • @0GRANATE0
      @0GRANATE0 3 หลายเดือนก่อน

      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 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

  • @cedricchan2441
    @cedricchan2441 5 หลายเดือนก่อน +4

    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 5 หลายเดือนก่อน

      Yup just found it

  • @EstherTeenyHan
    @EstherTeenyHan 5 หลายเดือนก่อน

    this was eye opening! I want to learn more~

  • @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!

  • @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?

  • @0GRANATE0
    @0GRANATE0 3 หลายเดือนก่อน

    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?

  • @gracezhang1122
    @gracezhang1122 5 หลายเดือนก่อน

    This was helpful!!

  • @LorenzoGiovenali
    @LorenzoGiovenali 3 หลายเดือนก่อน +3

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

    • @778vv6
      @778vv6 19 วันที่ผ่านมา

      you need to learn rust !!

  • @chadgtr34
    @chadgtr34 5 หลายเดือนก่อน

    how do we retieve the signature of the journal entry ?

  • @MrNewRevolutionary
    @MrNewRevolutionary 5 หลายเดือนก่อน

    but doesnt use latest anchor/IDL implementation?

  • @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

  • @jabrowski_
    @jabrowski_ หลายเดือนก่อน

    Smart grill

  • @abdelrahmangamalmahdy
    @abdelrahmangamalmahdy 3 หลายเดือนก่อน

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

  • @nicolej3247
    @nicolej3247 5 หลายเดือนก่อน

    🔥🔥

  • @trader751
    @trader751 5 หลายเดือนก่อน

    what will be the usecase of a solana dapp ?