#pink #ink #sidevm #fat-contract

pink-sidevm-macro

用于编写胖合约 sidevm 程序的宏

2 个版本

0.1.1 2022年6月1日
0.1.0 2022年5月25日

#7 in #sidevm


3 个crate中使用 (直接使用2个)

Apache-2.0

18KB
445

Phala 区块链

Build

Phala Network 是一个离线计算协议,为 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 安装 llvmbinutils,并将它们的二进制文件添加到您的 $PATH 中

运行 git submodule update --init 在构建前获取子模块,如果您在克隆代码时没有添加选项 --recursive

cargo build --release

构建脚本强制使用 LLVM-10 或更高版本。LLVM-10 是由于 rust 加密库的 wasm 端口,ring。我们必须在保持与 当前 rustc 兼容的情况下将 C 代码编译成 wasm。

运行

请参阅 运行脚本

子页面

  • RPC:RPC 文档
  • 测试:如何测试组件

外部资源

依赖项

~3.5MB
~75K SLoC