0xMiden / 0xMiden/tutorials

Metaissue - Tutorial updates 0.9.2

Open
#56 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
18
Forks
34
PR merge metrics
No merged PRs in 30d

Description

# New Vision and Updated Clients
With the release of version 0.9.2, both clients now support new features like network transactions. This update also introduces a clearer separation of purpose between the two clients.

## WebClient: Interact with Deployed Applications
The WebClient is designed for interacting with deployed smart contracts in the browser—such as a MultiSig wallet or a DEX. It acts as the interface between the smart contract and the user’s wallet, enabling seamless interaction from front-end applications.

Developers can also use the WebClient to build simple, browser-based apps that directly interact with smart contracts. As a result, not all Rust client tutorials will be relevant for the WebClient.

## Rust Client: Build and Deploy Applications
The Rust client remains the primary tool for developing, deploying, and managing smart contracts. It’s best suited for back-end development, handling complex application logic, managing off-chain state, and performing tasks that go beyond the browser environment.

## To dos

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.