explaingit

liuboyu/blockchain

7,387Audience · developerComplexity · 1/5Setup · easy

TLDR

A curated reading list of Chinese-language resources for learning blockchain technology, organized from beginner articles up through Bitcoin, Ethereum, smart contracts, and enterprise platforms like Hyperledger Fabric.

Mindmap

mindmap
  root((blockchain))
    Beginner material
      Books and reports
      Intro articles
    Bitcoin
      Original whitepaper
      Lightning Network
      Segregated Witness
    Ethereum
      Smart contracts
      Solidity language
      DAO incident
    Enterprise
      Hyperledger Fabric
      EOS platform
      IPFS storage
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Work through a structured self-study path from blockchain basics to advanced topics using Chinese-language materials

USE CASE 2

Learn Ethereum smart contract development via linked tutorials on Solidity and developer tools like Truffle

USE CASE 3

Study Hyperledger Fabric with a linked Chinese translation of the official v1.0.5 documentation

Tech stack

EthereumSolidityHyperledger FabricIPFS

Getting it running

Difficulty · easy Time to first run · 5min

In plain English

This repository is a curated reading list of Chinese-language resources about blockchain technology. There is no runnable code here, it is a structured collection of links organized by topic and difficulty level, intended as a study guide. The list starts with beginner material: books, industry reports, and introductory articles. It then covers core technical concepts including Merkle trees (the data structure used to organize transactions in Bitcoin), consensus mechanisms (the methods different blockchains use to agree on the current state), cryptography basics, and privacy techniques like zero-knowledge proofs. The main body of the list is organized around blockchain generations. The first section covers Bitcoin, including links to the original whitepaper, Segregated Witness, and cross-chain technologies like the Lightning Network. The second section covers Ethereum, with links to its whitepaper, smart contract introductions, the Solidity programming language, developer tools like Truffle, and explanations of notable events like the DAO incident. Additional sections cover alternative cryptocurrencies, decentralized storage projects like IPFS and Filecoin, and enterprise blockchain platforms including Hyperledger Fabric and EOS. The repository also links to a companion project: a Simplified Chinese translation of the official Hyperledger Fabric v1.0.5 documentation, which was an ongoing translation effort at the time the README was written. Almost all linked resources are in Chinese, pointing to articles on sites like 8btc.com, EthFans, CSDN, and Zhihu. The list appears to have been assembled around 2017 to 2018, when blockchain interest was at a peak, and has not been actively updated since.

Copy-paste prompts

Prompt 1
Explain how Merkle trees work in Bitcoin and why they make transaction verification efficient
Prompt 2
Walk me through how an Ethereum smart contract is deployed and called, with a minimal Solidity example
Prompt 3
What is the Lightning Network and how does it let Bitcoin process payments without recording every one on-chain?
Prompt 4
How does Hyperledger Fabric differ from public blockchains like Ethereum when used in enterprise settings?
Prompt 5
Explain zero-knowledge proofs in plain English and give a real-world scenario where they are useful
Open on GitHub → Explain another repo

← liuboyu on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.