ljedrz / snarkVM

A Distributed Virtual Machine for Zero-Knowledge Executions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snarkVM

Table of Contents

1. Overview

Package Crate.io std wasm no_std
snarkvm-algorithms crates.io βœ… βœ… 🚧
snarkvm-curves crates.io βœ… βœ… 🚧
snarkvm-derives crates.io βœ… βœ… 🚧
snarkvm-dpc crates.io βœ… βœ… 🚧
snarkvm-fields crates.io βœ… βœ… 🚧
snarkvm-gadgets crates.io βœ… βœ… 🚧
snarkvm-marlin crates.io βœ… 🚧 🚧
snarkvm-objects crates.io βœ… βœ… 🚧
snarkvm-parameters crates.io βœ… βœ… 🚧
snarkvm-polycommit crates.io βœ… 🚧 🚧
snarkvm-posw crates.io βœ… 🚧 🚧
snarkvm-profiler crates.io βœ… βœ… 🚧
snarkvm-r1cs crates.io βœ… βœ… 🚧
snarkvm-utilities crates.io βœ… βœ… 🚧
snarkvm-wasm crates.io βœ… βœ… 🚧

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

About

A Distributed Virtual Machine for Zero-Knowledge Executions

License:GNU General Public License v3.0


Languages

Language:Rust 99.9%Language:Shell 0.1%