Skip to content

Lagrange-Studio/snarkVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

snarkVM

Table of Contents

1. Overview

Package Crate.io std wasm
snarkvm crates.io βœ… βœ…
snarkvm-algorithms crates.io βœ… βœ…
snarkvm-circuit crates.io βœ… βœ…
snarkvm-console crates.io βœ… βœ…
snarkvm-curves crates.io βœ… βœ…
snarkvm-fields crates.io βœ… βœ…
snarkvm-parameters crates.io βœ… βœ…
snarkvm-r1cs crates.io βœ… βœ…
snarkvm-synthesizer 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

4. License

License: GPL v3

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages