This repository was archived by the owner on Jul 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Installing
Roy Sirui Yang edited this page Jul 23, 2020
·
13 revisions
For Debian-based Linux:
sudo apt install -y build-essential clang cmake gcc git libclang-dev libssl-dev pkg-config
For MacOS (using Homebrew):
brew install openssl cmake llvm
For Windows
- Install Rust on your machine here
- Use Rust stable by default:
rustup default stable
- Install the following nightly toolchains:
rustup install nightly
rustup target add --toolchain=nightly wasm32-unknown-unknown
Getting Started
PL^G Component Guides
- Attestation
- Doughnut
- Generic Assets (coming soon)
Advanced Topics
External Links