Table of Contents
1. Overview
For more information, visit Welcome to Aleo to get started.
2. Build Guide
2.1 Install Rust
We recommend installing Rust using rustup. You can install rustup as follows:
-
macOS or Linux:
| -
Windows (64-bit):
Download the Windows 64-bit executable or Windows 32-bit executable and follow the on-screen instructions.
2.2 Using snarkVM as a Library
snarkVM is primarily designed to be used as a library in Rust projects. Add it to your Cargo.toml with your favourite published version:
[]
= "<major>.<minor>.<patch>"
2.3 Build from Source Code
You can also build snarkVM from source:
# Fetch the repository's development (staging) branch
# Build the library
3. Contributors
Thank you for helping make snarkVM better!
🧐 What do the emojis mean?
This project follows the all-contributors specification. Contributions of any kind welcome!