Phala Network is an offchain computing protocol designed to power the decentralized execution layer for AI agents. By leveraging secure and private computation, Phala Network aims to provide a robust infrastructure for decentralized applications that require high-performance computing.
Phala Blockchain stands out with several core features:
Building Phala Blockchain requires specific dependencies and steps to ensure a successful build. Below is an overview of the process:
Phala Blockchain requires several system dependencies, Rust, Substrate dependencies, and LLVM 14.
Install Rust using the following command:
Initialize Substrate dependencies:
Install LLVM 14:
Ensure you have Rust and LLVM 14 installed. Note for macOS users: you will also need llvm
and binutils
from Homebrew or MacPort, and ensure their binaries are added to your $PATH.
Fetch submodules before building if you haven't used the --recursive
option when cloning the repository:
Build the project:
Detailed instructions for running Phala Blockchain can be found in the provided run scripts. Refer to the run scripts documentation for more information.
Phala Network offers extensive documentation and resources to assist developers and users:
pherry
, and pRuntime
.Phala Blockchain represents a significant advancement in the realm of decentralized and secure computation, particularly suited for AI applications. By providing a secure offchain computing protocol, Phala is paving the way for the next generation of decentralized applications and services.