Skip to content

glonlas/Learn-blockchains-Web3-dApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Crypto/DeFi/Web3.0 learning content

Welcome to this Crypto/DeFi/Web3.0 ramp-up page
This page provides information on Crypto / DeFi / Web3.0 / and Tokenomics. It is a list of curated articles and videos you can follow at your own pace.

How to contribute?

Feel free to send your pull-requests to add new content you think relevant to this knowledge sharing page.

Table of content

Understand what is a blockchain

  1. What is a blockchain
    1. Technical explanation of a blockchain (3 min video)
    2. Why is there so many blockchains (38 min podcast)
  2. Cryptocurrency wallets
    1. What is Crypto wallet (5 min video)
    2. The Present & Future of Self-Custody with Coinbase Wallet Director of Engineering (33 min podcast)
  3. Layer 0 Blockchain (Cross chain interoperability):
    1. What is Polkadot blockchain (8 min video)
    2. What is Polkadot blockchain (Article)
    3. What is Cosmos (21 min video)
      1. Cosmos Complete Begineer's guide (21 min video)
  4. Layer 1 Blockchain:
    1. Ethereum Explained (explain blockchain, contract, wallet, ...) (16 min video)
      1. What is Ethereum v2.0? (9 min video)
    2. What is Cardano blockchain (10 min video)
    3. What is Solana blockchain(10 min video)
      1. Solana components detailed (Article)
    4. What is Avalanche blockchain (10 min video)
      1. Advantage of Avalanche - a high TPS EMV blockchain (Article)
    5. What is Fantom blockchain (24 min video)
    6. What is NEAR blockchain (21 min video)
      1. NEAR: Protocol Economics Design (18 min video - Updated on 23 Apr 2022)
      2. NEAR: Open the web concept (17 min video)
  5. Layer 2 Blockchain (Parachain):
    1. What is a Layer-2 blockchain (8 min video)
    2. What is a Layer 2 (10 min video)
    3. Understand Layer 2 with Polygon: What is Polygon (10 min video)
    4. What is Polygon (14 min video)
    5. Blockchain bridges explained (6 min video)
    6. How to Bridge to Layer 2 (34 min video)
    7. Layer-2 will not save Ethereum (Article)
    8. Binance Smart Chain (BSC)
      1. BSC is a lost cause (post)
  6. Detail overview of blockchains (Article)

Deep dive:

Official Development documentation

To the question: “How a new node to the network with no past experience can find other nodes?” The answer is there is a list of boot nodes hardcoded in the code. A new nose without any cache will hit these Nodes as entry point, they will share other available nodes addresses. The discovery peer advertisement uses the Kademelia DHT protocol. In 2015 when Ethereum started it had only 3 boot nodes (seems to be still the case, this is the only centralize point is the blockchain).

What is a consensus? What type of consensus exists?

  1. What is a proof of work? (10 min video)
  2. What is a Proof of stake? How it works (10 min video)
  3. What is a Proof of stake? (5 min video)
  4. What is proof of Authority? (Used by smaller blockchain)
  5. What is proof of History? (Used by Solana)
  6. 13 Proof of (Consensus algorithm) explained(12 min)

Deep dive

  1. What is a consensus (1 min video)
  2. Paxos Consensus (35 min video)
  3. Bysantin Consensus (27 min video)
  4. Bitcoin Blockchain consensus (20 min video)
  5. Should you use Bitcoin Consensus (12 min video)

Blockchain Wallets

  1. Must watch: Explanation of BIP-39: Wallet Mnemonic words derivation (18 min video)
  2. Must watch: Explanation of BIP-32: Hierarchical Deterministic Wallet (26 minvideo)
  3. BIP-39: Mnemonic word list (Github)
  4. BIP-44: Hierarchical Deterministic Wallet (Github)
    1. Keys, Addresses, Wallets explained (Article)
  5. BIP-48: Multi-sig Wallet (Github)
    1. Multi-signature Wallet, how does it work? (Article)
  6. Ethereum HD Wallet (BIP-32) spec (Article)
    1. Ethereum HD wallet BIP-32/BIP-44 spec and implementation (Article)
    2. Ethereum Mnemonic BIP-39 specs and implementation (Article)
  7. Solana Wallet specs (Official docs)
  8. Cardano Wallet specs (official doc)

Wallet Connect

What is Wallet connect? (13 min video)

What is the notion of Web3.0. Example of products using it

Denomination

  • Fungible token: ERC-20
    • Official bank token: CBDC (Central Bank Digital Currencies)
  • Non Fungible Token: ERC-721

Smart contracts

Tokenomic

  1. Deep dive into Web 3.0 and Tokenomy (Book)

dApps

DeFI: Decentralized Finance vs Centralized Finance

DAO (Decentralized Autonomous Organization)

  1. What is a DAO (2 min video)
  2. Dive deep is all type of a DAO (22 min video)

Rebase DAO

  1. What is OlympusDAO (The project that created this trend)
  2. Dive deep into Rebase DAO Tokenomics

Oracles

  1. What is an oracle? (6 min video)

NFT: Collectibles

  1. NFTs explained (10 min video)
  2. Example of NFT platform (30 min video)
  3. How to create a collectible (NFT ERC-721) (2 hours video)

Deep dive:

Other type of NFT

  1. Arianee protocol(2 min video) (Prevent product counterfeit)
  2. ENS (decentralized domain name) (7 min video)
  3. Build a transparent Supply chain with blockchain (Article)

Play to earn

Deep dive:

Hand-on code: Building products on top of Blockchain

Building on Ethereum network

Blockchain (Smart Contract) EVM env:

Frontend Dev env:

Building on Solana network

How to connect a Wallet to a dApp

Ethereum

Solana

Cardano

One day... but for now:

Appendix

Energy consumption and environmental footprint

Open discussion: with blockchain layer 1 and layer 2 multiplying, company who want to onboard to blockchain/web3.0 will also have to consider their environmental footprint. For instance, I foresee companies moving a blockchain because the cost in energy will be lesser than another blockchain. On this topic I found the following articles, but please free to add your in comment of this thread.

  1. Ethereum average energy consumption per transaction compared to that of VISA as of October 21, 2021
  2. Bitcoin average energy consumption per transaction compared to that of VISA as of October 21, 2021 (even if Bitcoin does not present any interest on Web3 for now)
  3. Solana’s Energy Use Report: November 2021
  4. Tezos Excels As An Energy-Efficient Blockchain According To New PWC Report
  5. Why the debate about crypto's energy consumption is flawed

Security exploit and past errors to be aware of

  1. Kucoin hack, $45M stolen (Article)
  2. Poly Network hack, $611M stolen (Article)
  3. Ethereum Uniswap V3 LP lower performance than V2 LP (Article)
  4. Solana BadgerDAO, $120M Stolen (Article)
  5. Bitmart hack, $196M stolen (Article)
  6. Compound hack, $147M stolen (Article)
  7. Avalanche Snowdog DAO Rekt (Article)
  8. Crypto.COM $33.7M stolen (Article)
  9. Solana Wormhole $326 stolen (Article)
  10. Solana Cashio infinite minting (Article)
  11. Ronin network $624M stolen (Article)

Various articles on the Blockchain/Web3.0 economy

  1. Tokens are a new digital primitive, analogous to the website (Article)
  2. What is Olympus Pro (Bond as a service, Liquidity provide) (Article)

Crypto regulations and Travel Rules

Regulations

Travel Rules

Releases

No releases published

Packages

No packages published