NAC_Blockchain/nac-test/README.md

46 lines
517 B
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-test
**模块名称**: nac-test
**描述**: NAC区块链测试框架支持中文测试语法
**最后更新**: 2026-02-18
---
## 目录结构
```
nac-test/
├── Cargo.toml
├── README.md (本文件)
└── src/
├── main.rs
```
---
## 源文件说明
### main.rs
- **功能**: 待补充
- **依赖**: 待补充
---
## 编译和测试
```bash
# 编译
cargo build
# 测试
cargo test
# 运行
cargo run
```
---
**维护**: NAC开发团队
**创建日期**: 2026-02-18