Skip to content

Instantly share code, notes, and snippets.

@biantris
Forked from sibelius/learning-path-web3.md
Created November 2, 2021 04:21
Show Gist options
  • Save biantris/422dce5b218af559142f3d28932b53ef to your computer and use it in GitHub Desktop.
Save biantris/422dce5b218af559142f3d28932b53ef 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment