# BlockChainRust **Repository Path**: quantification_7_1/BlockChainRust ## Basic Information - **Project Name**: BlockChainRust - **Description**: 用 Rust 实现的简单区块链,包括账户,矿工,交易,存储等功能。 - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2025-05-12 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust BlockChain [中文](./README_CN.md) A simple blockchain implementation on Rust, which includes directories from 1 to 8. The first one is a basic implementation, the last one is the most complete。 * blockchain1 serialization, block, blockchain * blockchain2 add proof of work * blockchain3 add storage * blockchain4 add transaction * blockchain5 add account * blockchain6 add merkle hash * blockchain7 add miner and mining job * blockchain8 add gains of miner