NAC_Blockchain/README.md

37 lines
1.2 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 Blockchain — 文档中心
> NewAssetChain (NAC) 是一条专注于 RWA真实世界资产代币化的原生公链使用 Charter 智能合约语言、NVM 虚拟机、CBPP 共识协议、CSNP 网络。
## 仓库结构
```
NAC_Blockchain/
├── README.md ← 本文件(文档中心入口)
└── docs/
└── nac-admin-system/ ← 知识引擎管理系统文档
├── README.md
└── worklogs/ ← 每期工单运维日志
```
## 核心技术栈
| 组件 | 技术 | 说明 |
|------|------|------|
| 智能合约语言 | Charter | NAC 原生,非 Solidity |
| 虚拟机 | NVM | NAC 原生,非 EVM |
| 共识协议 | CBPP | 宪政区块生产协议 |
| 网络层 | CSNP | NAC 原生 P2P 协议 |
| RPC 协议 | NRPC 4.0 | NAC 原生,非 JSON-RPC |
| 神经网络语言 | CNNL | 宪政神经网络语言 |
| 资产编码 | GNACS | 全球 NAC 资产分类系统 |
| 稳定币 | XTZH | SDR 锚定 + 黄金储备 |
## 子系统文档
- [NAC 知识引擎管理系统](docs/nac-admin-system/README.md)
## 代码仓库
- 知识引擎https://git.newassetchain.io/nacadmin/nac-admin-system
- 主链代码https://git.newassetchain.io/nacadmin/NAC_Blockchain