https://objectcomputing.com/expertise/blockchain/glossary - can use as a web3 dictionary
https://bip.so/@questbook/Types-of-Wallets-IcmHi
https://bip.so/@questbook/Which-Wallets-to-use--yYGRs
https://ethereum.org/en/developers/docs/intro-to-ethereum/ https://ethereum.org/en/developers/docs/ethereum-stack/
https://ethereum.org/en/developers/docs/gas/
https://ethereum.org/en/developers/docs/
https://www.youtube.com/watch?v=hdI2bqOjy3c
https://cryptozombies.io/en/course/
- The Rust Book https://doc.rust-lang.org/book/ This is quite a big doc and should be used as a reference rather than a learning resource.
- https://exercism.org/tracks/rust This is kind of an interactive tutorial (somewhat like cryptozombies).
- https://github.com/rust-lang/rustlings Rustlings, amazing stuff if u wanna learn by doing, read theory from pin pointed links and then practice while u learn. good set of exercises
Now for solana, there is this framework called Anchor, which is built on rust and helps you write solana contracts. https://book.anchor-lang.com/introduction/introduction.html
https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/