Popular Web3 Apps Viewed from Monthly Active Users and Transaction Volume

In the Web 3 field, what are the star applications? What are their MAU (Monthly Active Users)? For finance-related apps, what’s the monthly transaction volume in USD? Reference 1 (dappradar website) provides real-time data for analysis. Web3 applications differ slightly from current web 2.0 internet applications - all user data and transaction data are transparent. You don’t need to go through the application operator; you can get real operational data from the blockchain. ...

April 10, 2022 · 3 min

Ethereum Illustrated

Ethereum is a distributed computer composed of a large number of distributed nodes, where each node can execute bytecode (the so-called smart contracts) and store the results on the blockchain. The entire network is distributed, applications can save state information, and with state information, applications can provide rich and varied services. Ethereum has no centralized nodes - third parties cannot interfere with the entire network’s operation. It can be considered a world computer that never stops running. ...

April 4, 2022 · 3 min

Merkle Tree: The Data Structure Behind Git and Blockchain

The concept of Merkle tree was patented by Ralph Merkle in 1979, hence the name. Merkle tree is a binary tree data structure where each leaf node stores the hash value of a data block, and non-leaf nodes store the hash of their two child node values (concatenating the two hash values and then hashing). Hash trees can efficiently and securely verify the content of large data structures. ...

April 4, 2022 · 3 min

Bitcoin and Blockchain

The Bitcoin Whitepaper is a very short paper, only 12 short paragraphs. Published by Satoshi Nakamoto on October 31, 2008. The ideas contained in it later developed into blockchain. The whitepaper is definitely worth reading - it’s a classic among classics in this field. This note starts from the perspective of the Bitcoin whitepaper and adds some understanding of implementation details related to the Bitcoin network. 1. Principles of Bitcoin and Blockchain The goal of the Bitcoin solution is to implement peer-to-peer electronic cash, allowing online payments to be sent directly from one party to another without financial institutions as intermediaries. ...

April 3, 2022 · 17 min

About Web 3.0

What is NFT? What is DAO? DeFi? GameFi? SocialFi? What’s in a blockchain wallet? What opportunities does Web 3 present for companies? What opportunities for programmers? Why can the US block Russian users’ crypto transactions? 1. Web1, Web2, Web3 Web1: Main application is creating websites to publish information. Web2: In addition to Web1, there’s interaction. Consumers of information also create content, which is consumed by platforms (viewing ads to generate revenue for platforms). Web3: Combines the decentralization and community management of Web1 with the rich interactive features of Web2. The biggest feature is that users and developers can own content. Web3 is token-driven. According to Chris Dixon @ a16z, Web3 is a network jointly owned by developers and users, driven by tokens. ...

March 27, 2022 · 13 min