7个版本
0.2.0-alpha.7 | 2023年12月11日 |
---|---|
0.2.0-alpha.3 | 2023年10月23日 |
0.2.0-alpha.2 | 2023年8月25日 |
0.2.0-alpha.1 | 2023年8月24日 |
0.1.1 | 2022年9月6日 |
6 in #sidevm
每月95次下载
在8个crate中(2个直接)使用
20KB
490 行
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 的生产级 Dockerfile。
- 负责任披露
依赖项
~3.5MB
~75K SLoC