Installation
1. Install the Prerequisites
1.1 Install Git:
1.2 Install Rust:
1.3 Check the Prerequisites
git --version
cargo --version2. Build Source Code
# Download the source code
git clone https://github.com/Beo
Net/snarkVM
cd snarkvm
# Build in release mode
$ cargo install --path .Last updated