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
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.
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!
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 ?
I just want to appreciate how clearly you speak, thank you for these videos.
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
Thanks! That’s some great feedback and I really appreciate it. Glad they are helpful to you & others
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)
Awesome Tutorial! Keep it up
Keep it up! Amazing tutorials
This is awesome!! Looking forward to your upcoming videos. How often do you publish new video?
Great video. It's really helpful
How did you fix Rust Analyzer at 5:16 ?
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.
My man! I’ll peep yours as well, thanks for the s/o
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!
can we write client in RUST instead of Node.js and typescript? if yes how? any helpful links pls
Why when we send SOl, we don't check tor account.owner ?
What vscode extension do you use for syntax and that kind of stuff?
Rust by The Rust Programming Language
❤❤❤
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 ?