Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterFujiyu authored Mar 9, 2024
1 parent c2bbe37 commit c4f6a39
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,16 @@
- 若要测试区块链在添加大量随机数据时的性能,运行test.py,并输入要测试的区块数量。
- 若需测试篡改区块链及验证区块链完整性的功能,请运行test_write.py,按照提示输入相关参数进行测试。

总之,这个项目提供了一个简单的区块链实现框架,并且带有基本的增删查改、性能测试以及数据篡改与校验功能。
## 打包📦
- 安装Pyinstaller
```bash
python -m pip install pyinstaller
```
- 打包
```bash
python -m pyinstaller -F main.py
```
- 使用
在dist中有最终的程序

总之,这个项目提供了一个简单的区块链实现框架,并且带有基本的增删查改、性能测试以及数据篡改与校验功能。

0 comments on commit c4f6a39

Please sign in to comment.