Skip to content

Commit c305404

Browse files
committed
教程起草
1 parent 2f59fa7 commit c305404

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# Filecoin-Storage-Tool
2-
基于Lotus+Linux环境构建的FileCoin交易发起组件,并且适配了部分场景功能,优化了部分参数
1+
# Filecoin-Storage-Tool
2+
VshareCloud-CLI
3+
4+
>基于Lotus+Linux环境构建的FileCoin交易发起/数据备份组件,适配了部分场景功能,并且优化了部分参数,使得Lotus的数据存储更为易用,为FileCoin成为Web3.0数字世界基石打下基础。
5+
6+
### 运行环境需求
7+
- 2Core CPU以上
8+
- 4GiB Ram以上 (实测2GiB Ram也可运行,但是性能不会很好)
9+
- 支持Systemd的Linux系统
10+
### 安装
11+
- 安装Rust
12+
```
13+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
14+
```
15+
- 执行安装
16+
```
17+
18+
```

0 commit comments

Comments
 (0)