Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/rust-client/create_deploy_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sidebar_position: 2

_Using the Miden client in Rust to create accounts and deploy faucets_

**[View the complete runnable example on GitHub](https://github.com/0xMiden/tutorials/blob/main/rust-client/src/bin/create_mint_consume_send.rs)**

For toolchain requirements and shared fee helpers, see the [Rust client setup](./index.md#running-the-v016-examples).

## Overview
Expand Down
2 changes: 2 additions & 0 deletions docs/src/rust-client/delegated_proving_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sidebar_position: 12

_Using delegated proving to minimize transaction proving times on computationally constrained devices_

**[View the complete runnable example on GitHub](https://github.com/0xMiden/tutorials/blob/main/rust-client/src/bin/delegated_prover.rs)**

For toolchain requirements and shared fee helpers, see the [Rust client setup](./index.md#running-the-v016-examples).

## Overview
Expand Down
2 changes: 2 additions & 0 deletions docs/src/rust-client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The Miden Rust client can be used for a variety of things, including:

This section of the docs is an overview of the different things one can achieve using the Rust client, and how to implement them.

For complete runnable examples, browse the [`rust-client/src/bin`](https://github.com/0xMiden/tutorials/tree/main/rust-client/src/bin) source directory. Individual tutorials also link directly to their corresponding example where available.

## Running the v0.16 examples

The examples use Rust 1.98.1 and Miden v0.16. The repository includes the
Expand Down
2 changes: 2 additions & 0 deletions docs/src/rust-client/mappings_in_masm_how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sidebar_position: 10

_Using mappings in Miden assembly for storing key value pairs_

[View the complete runnable Rust example](https://github.com/0xMiden/tutorials/blob/main/rust-client/src/bin/mapping_example.rs)

For toolchain requirements and shared fee helpers, see the [Rust client setup](./index.md#running-the-v016-examples).

## Overview
Expand Down
2 changes: 2 additions & 0 deletions docs/src/rust-client/public_account_interaction_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sidebar_position: 5

_Using the Miden client in Rust to interact with public smart contracts on Miden_

**[View the complete runnable example on GitHub](https://github.com/0xMiden/tutorials/blob/main/rust-client/src/bin/counter_contract_increment.rs)**

For toolchain requirements and shared fee helpers, see the [Rust client setup](./index.md#running-the-v016-examples).

## Overview
Expand Down