screwdriver-wrenchGetting Started

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

A basic Anoma application can be built purely using Rustarrow-up-right and the Risc0arrow-up-right toolchain. Please see the following two steps to install the required software components.

Installing software prerequisites

1

Rust

We recommend following this Rust installation guidearrow-up-right.

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

2

Risc0 toolchain

We recommend following this Risc0 toolchain installation guidearrow-up-right.

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