Skip to content

Commit 2003501

Browse files
feat: edit about.md
1 parent f11a291 commit 2003501

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/rust-client/about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Rust Client
22

3+
Rust library, which can be used to programmatically interact with the Miden rollup.
4+
35
The Miden Rust client can be used for a variety of things, including:
46

57
* Deploying, testing, and creating transactions to interact with accounts and notes on Miden.

docs/web-client/about.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Web Client
1+
# WebClient
22

3-
The Miden Web client can be used for a variety of things, including:
3+
TypeScript library, which can be used to programmatically interact with the Miden rollup.
4+
5+
The Miden WebClient can be used for a variety of things, including:
46

57
* Deploying and creating transactions to interact with accounts and notes on Miden.
68
* Storing the state of accounts and notes in the browser.
79
* Generating and submitting proofs of transactions.
810
* Submitting transactions to delegated proving services.
911

10-
This section of the docs is an overview of the different things one can achieve using the Web client, and how to implement them.
12+
This section of the docs is an overview of the different things one can achieve using the WebClient, and how to implement them.
1113

12-
Keep in mind that both the Web client and the documentation are works-in-progress!
14+
Keep in mind that both the WebClient and the documentation are works-in-progress!

0 commit comments

Comments
 (0)