Installation

1. Install the Prerequisitesarrow-up-right

1.1 Install Git:arrow-up-right

bit.ly/start-gitarrow-up-right

1.2 Install Rust:arrow-up-right

bit.ly/start-rustarrow-up-right

1.3 Check the Prerequisitesarrow-up-right

git --version
cargo --version

2. Build Source Codearrow-up-right

You can install snarkVM by building from the source code as follows:

# Download the source code
git clone https://github.com/Beo
Net/snarkVM
cd snarkvm

# Build in release mode
$ cargo install --path .

This will generate the executable ~/.cargo/bin/snarkvm.

Now to use the snarkVM CLI, in your terminal, run:

Last updated