Rust Solana Tutorial #3 - Persisting Data

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

КОМЕНТАРІ • 19

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

    I just want to appreciate how clearly you speak, thank you for these videos.

  • @kaan608
    @kaan608 2 роки тому +5

    Great work. This segment is what i was hoping for. Trying to learn Solana and accomplish some non trivial project is a big challenge for many and material available is sparse and not all encompassing. Although many tutorials out there are accesible , having a full grasp of all moving parts and putting together to achive a non trivial task is a big challenge. ı think you make a great contribution in this area. Thank you very much

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

      Thanks! That’s some great feedback and I really appreciate it. Glad they are helpful to you & others

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

    What are you doing for make target and cargo.lock on 4:07? And what are you making for correct work of rust-analyzer (i got error with that)

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

    Awesome Tutorial! Keep it up

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

    Keep it up! Amazing tutorials

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

    This is awesome!! Looking forward to your upcoming videos. How often do you publish new video?

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

    Great video. It's really helpful

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

    How did you fix Rust Analyzer at 5:16 ?

  • @Shaunmcdonogh-shaunsurfing
    @Shaunmcdonogh-shaunsurfing 2 роки тому

    SO GOOD to see videos on Solana coding coming out. I’m still trying to get my ahead around how escrow works on Solana. These vids will be valuable. I’ll be sure to give you a shout out on my Crypto Wizards UA-cam channel.

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

      My man! I’ll peep yours as well, thanks for the s/o

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

    Incredibly helpful! A quick clarifying question for you... What's the difference between the client and the client account? You use the word "client" quite a bit and I'm getting confused. For example, in math.ts, we use local keypair for our client. And then later we create and configure a client account that stores data.
    Would it be more accurate to say that our "client" is our local keypair (basically our private wallet) that can interact with the Solana chain? And our "client account" is maybe better referred to as a "data account"? Am I thinking of this correctly?
    Thanks again for your help and the amazing education!

  • @AkashDarji-mq8vc
    @AkashDarji-mq8vc 4 місяці тому

    can we write client in RUST instead of Node.js and typescript? if yes how? any helpful links pls

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

    Why when we send SOl, we don't check tor account.owner ?

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

    What vscode extension do you use for syntax and that kind of stuff?

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

      Rust by The Rust Programming Language

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

    ❤❤❤

  • @Sssanbo
    @Sssanbo 4 місяці тому

    What is this syntax? : math_stuff.serialize(&mut &mut account.data.borrow_mut()[..])?; I get that we are serializing it using borcsh but what is the stuff we are passing to serialize ?