Skip to content

Instantly share code, notes, and snippets.

@ApolloTang
Forked from sibelius/learning-path-web3.md
Created September 27, 2022 00:29
Show Gist options
  • Save ApolloTang/fa806668a3dad812a6e3c8d580db0c90 to your computer and use it in GitHub Desktop.
Save ApolloTang/fa806668a3dad812a6e3c8d580db0c90 to your computer and use it in GitHub Desktop.
Learning Path Web3
  • learn blockchain concepts
  • learn ethereum
  • learn how to use metamask
  • learn how to use hardhat (https://hardhat.org/)
  • learn how to deploy and interact with a smart contract
  • learn common smart contract standards like ERC20 (token), ERC721 (nft), ERC1155 (opensea)
  • learn ipfs
  • learn how to read blockchain explorers like https://etherscan.io/
  • learn how to use web3 and etherjs
  • learn solidity
  • learn ABI
  • learn about subgraphs and The Graph
  • learn how to send a tx
  • learn about eth RPC Methods
  • learn how to call a contract method
  • learn solana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment