Hi दोस्त!
For over the last few day i am learning web3 (solana dev).
I completed an basic overview of Rust fun to learn i alredy know C and python so it wasn't very hard for me to cover aslo i am following an playlist on youtube for learning solana so i only go throgh the topic that the guy mentioed in the youtube video.
Then after that i go throgh with :
- what are smart contact ?
Then i setup the development enviroment for solana, it required linux and i used windows so i am using wsl subsystem for windows to use linux enviroment (CLI) now i setup everything in it i'm using Ubuntu distro and also panthom wallet and now all the setup completed!
Then i go throgh video of smart contact didn't get too much now maybe after some iterations will soon getting things. But i understand basic structure and..
- what is client (in node) and server side code(in rust).
Now this is the continuation of the above blog that you just read i am updating them as i am learning solana.
So, till now i created my first smart contact although the code was completly copied from the tuturial in am following. Now i am on the next project An Voting App sounds cools to me. Previus one was kinda hello world for solana dev.
Although, initially i found it diffcult to to understand what actually was happing here and why we are doing certain thing but now things are pretty clear i think that the key it you wanna be better at something just spend more time in it.
(Also i took help of chatgpt to understand concepts)
Now i have an proper setup for solana dev, and i can start building my next project.
And i will update this blog after making my next project.
fn main(){
println!("thanks");
}
// I will keep updating it as i learn more things in my journey.