NAC_Blockchain/nac-quantum-browser/README.md

30 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# NAC 量子全息探索者 (Quantum Holographic Explorer)
## 版本历史
| 版本 | 文件 | 日期 | 说明 |
|------|------|------|------|
| v1 | index_v1_backup.html | 2026-02-21 | 初始版本:基础区块列表、搜索 |
| v2 | index_v2.html | 2026-03-01 | 增强版:区块/交易/地址详情页、URL hash 路由 |
## v2 新增功能
- **URL hash 路由**`#block/N`、`#tx/HASH`、`#address/ADDR`
- **区块详情页**:完整字段展示 + 交易列表 + 前后区块导航
- **交易详情页**:支持 hash 和 block+idx 两种查询方式
- **地址详情页**:余额 + 交易历史
- **区块列表页**:分页浏览
- **可点击链接**:区块/交易/地址均可点击跳转
## 部署路径
- 生产环境:`/www/wwwroot/explorer.newassetchain.io/index.html`
- 访问地址https://explorer.newassetchain.io
## API 依赖
- Explorer API`/api/v1/` (nac-lens 服务,端口 3001)
- 区块查询:`GET /api/v1/blocks/:number`
- 交易查询:`GET /api/v1/transactions/latest`
- 地址查询:`GET /api/v1/addresses/:address`