alxiong / snarkVM

A Virtual Machine for Zero-Knowledge Executions

Home Page:https://snarkvm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snarkVM

Table of Contents

1. Overview

Package Crate.io std wasm no_std
snarkvm crates.io βœ… βœ… 🚧
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-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. Contributing

PRs and issues are welcome. Please see the contribution guide for more information about how to create a successful PR.

4. License

License: GPL v3

About

A Virtual Machine for Zero-Knowledge Executions

https://snarkvm.org

License:GNU General Public License v3.0


Languages

Language:Rust 98.8%Language:Cuda 1.0%Language:Shell 0.2%Language:C 0.1%