Getting Started

Get started with Anoma application development by installing the following software components.

A basic Anoma application can be built purely using Rust and the Risc0 toolchain. Please see the following two steps to install the required software components.

Installing software prerequisites

1

Rust

We recommend following this Rust installation guide.

Make sure you check your Rust installation by running rustc --version in your console.

2

Risc0 toolchain

We recommend following this Risc0 toolchain installation guide.

Make sure you check your Risc0 toolchain installation by running rzup --version in your console.

Having installed both Rust and the Risc0 toolchain, you can start building Your First Anoma App.

Last updated