Skip to content

Instantly share code, notes, and snippets.

@ritvij14
Last active November 13, 2022 12:20
Show Gist options
  • Save ritvij14/15f9e2dd9a93e922afb5fee89c0750bc to your computer and use it in GitHub Desktop.
Save ritvij14/15f9e2dd9a93e922afb5fee89c0750bc to your computer and use it in GitHub Desktop.

Glossary of terms:

https://objectcomputing.com/expertise/blockchain/glossary - can use as a web3 dictionary

Wallets starter pack

https://bip.so/@questbook/Types-of-Wallets-IcmHi

https://bip.so/@questbook/Which-Wallets-to-use--yYGRs

Some theoretical Intro to ethereum and blockchain

https://ethereum.org/en/developers/docs/intro-to-ethereum/ https://ethereum.org/en/developers/docs/ethereum-stack/

All about Gas fees

https://ethereum.org/en/developers/docs/gas/

In case someone is more curious to explore

https://ethereum.org/en/developers/docs/

Coding ->

JS Basics

https://www.youtube.com/watch?v=hdI2bqOjy3c

Start with Solidity basics

https://cryptozombies.io/en/course/

Rust

  1. 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.
  2. https://exercism.org/tracks/rust This is kind of an interactive tutorial (somewhat like cryptozombies).
  3. 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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment