snarkvm 0.0.6

A decentralized virtual machine
snarkvm-0.0.6 is not a library.
Visit the last successful build: snarkvm-4.4.0

Table of Contents

1. Overview

** ATTENTION: This codebase is in active development. **

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:

2.2a Build from Crates.io

We recommend installing snarkvm this way. In your terminal, run:

cargo install snarkvm

Now to use snarkvm, in your terminal, run:

snarkvm

2.2b Build from Source Code

Alternatively, you can install snarkvm by building from the source code as follows:

# Download the source code
git clone https://github.com/AleoHQ/snarkvm && cd snarkvm

# Install snarkVM
$ cargo install --path .

Now to use snarkvm, in your terminal, run:

snarkvm

3. Usage Guide

Diffs to Resolve

  • Remove snarkvm-storage by reintroducing a virtualized/in-memory ledger
  • Unify snarkvm-parameters with snarkos-parameters - examples and scripts