Skip to content

Commit 3ff00b2

Browse files
committed
Add study notes for 2025-08-19
1 parent 920d522 commit 3ff00b2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

look-new.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ timezone: UTC+8
1515
## Notes
1616

1717
<!-- Content_START -->
18+
# 2025-08-19
19+
20+
## 🚀 1. 理解核心理念
21+
22+
- **DApp 本质**:前端(网页/APP) + 区块链上的智能合约。
23+
- **和传统应用区别**
24+
- 数据和逻辑运行在区块链上(去中心化,不可篡改)。
25+
- 用户通过钱包(如 MetaMask)而不是账号密码来交互。
26+
27+
## 🛠 2. 技术栈准备
28+
29+
- **区块链平台**:以太坊(最常见),也可用 Polygon、BSC 等。
30+
- **智能合约语言**:Solidity(以太坊生态的主流)。
31+
- **开发框架**:Hardhat 或 Foundry(部署/测试合约)。
32+
- **前端**:React + ethers.js 或 web3.js。
33+
- **钱包交互**:MetaMask。
34+
1835
# 2025-08-18
1936

2037
#今天了解到了黑客松,正在积极参与了解其中情况,希望自己有朝一日也能深入参与建设

0 commit comments

Comments
 (0)