1 个不稳定版本
0.1.0 | 2022年9月2日 |
---|
#21 in #pink
81KB
1K SLoC
Phala 区块链
Phala 网络是链下计算协议,为 AI 代理提供去中心化执行层。
本地构建
依赖关系
展开
-
系统依赖
- Ubuntu (已测试 22.04)
apt install -y build-essential pkg-config libssl-dev protobuf-compiler
- macOS
brew install protobuf
- 有关更多 protobuf 安装选项,请参阅此处
-
Rust
curl https://sh.rustup.rs -sSf | sh
-
Substrate 依赖
git submodule update --init sh ./scripts/init.sh
-
LLVM 14
wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh ./llvm.sh 14
构建区块链和桥接
请确保已安装 Rust 和 LLVM-10。
对于 Mac 用户说明:您还需要从 Homebrew 或 MacPort 安装
llvm
和binutils
,并将它们的二进制文件添加到您的 $PATH
运行 git submodule update --init
以在构建前获取子模块,如果您在克隆代码时未添加 --recursive
选项。
cargo build --release
构建脚本强制使用 LLVM-10 或更高版本。LLVM-10 是必需的,因为 rust 加密库的 wasm 端口 ring
。我们必须在保持与 当前 rustc 兼容性的同时将 C 代码编译成 wasm。
运行
请参阅运行脚本
子页面
外部资源
- 文档:Phala 网络文档
- 安全审计:审计报告
- phala-docker:包括区块链、pherry 和 pRuntime 的生产 dockerfiles。
- 负责任披露
依赖关系
~5–7.5MB
~131K SLoC