Web Client
TypeScript library, which can be used to programmatically interact with the Miden rollup.
The Miden client can be used for a variety of things, including:
- Deploying and creating transactions to interact with accounts and notes on Miden.
- Storing the state of accounts and notes in the browser.
- Generating and submitting proofs of transactions.
- Submitting transactions to delegated proving services.
This section of the docs is an overview of the different things one can achieve using the Miden client, and how to implement them.
Before starting any web tutorial, see the Web Client Setup Guide for required Next.js configuration, Node.js polyfills, and SDK API patterns.
Keep in mind that both the Miden client and the documentation are works-in-progress!