* ATTENTION: This codebase is in active development. *
For more information, visit Welcome to Aleo to get started.
We recommend installing Rust using rustup. You can install rustup
as follows:
macOS or Linux:
bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Windows (64-bit):
Download the Windows 64-bit executable or Windows 32-bit executable and follow the on-screen instructions.
We recommend installing snarkvm
this way. In your terminal, run:
bash
cargo install snarkvm
Now to use snarkvm
, in your terminal, run:
bash
snarkvm
Alternatively, you can install snarkvm
by building from the source code as follows:
```bash
git clone https://github.com/AleoHQ/snarkvm && cd snarkvm
$ cargo install --path . ```
Now to use snarkvm
, in your terminal, run:
bash
snarkvm
snarkvm-storage
by reintroducing a virtualized/in-memory ledgersnarkvm-parameters
with snarkos-parameters
- examples and scripts