Zak pfp
Zak
@devzl
One of the most confusing things when moving from EVM to Solana was the concept of Accounts. In Solana, everything is an account. Also, Smart contract logic (Program Accounts) is separate from its state (Data Accounts). Took me a while to wrap my head around that! 🥴
2 replies
5 recasts
27 reactions

Ibrahim | builderr pfp
Ibrahim | builderr
@ibrahim-building
Currently struggling to understand this perfectly...😩 Claud just helps me out. but I really don't get how things work indepthly..
1 reply
0 recast
0 reaction

Zak pfp
Zak
@devzl
This video might be useful: https://www.youtube.com/watch?v=jjEZBmWI1S4 Alternatively, I'd recommend to just write some simple code and experiment, perhaps on the playground: https://beta.solpg.io/ , generally it's easier to understand when you try things
1 reply
0 recast
1 reaction