We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f59fa7 commit c305404Copy full SHA for c305404
README.md
@@ -1,2 +1,18 @@
1
-# Filecoin-Storage-Tool
2
-基于Lotus+Linux环境构建的FileCoin交易发起组件,并且适配了部分场景功能,优化了部分参数
+# Filecoin-Storage-Tool
+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