Skip to content

Commit d24cc5a

Browse files
committed
fix(docs): markdown syntax in unauthenticated note tutorial markdown
1 parent 71379cc commit d24cc5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/src/web-client/unauthenticated_note_how_to.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,18 @@ This tutorial assumes you have a basic understanding of Miden assembly. To quick
3434
## Step-by-step process
3535

3636
1. **Next.js Project Setup:**
37-
3837
- Create a new Next.js application with TypeScript.
3938
- Install the Miden WebClient SDK.
4039

4140
2. **WebClient Initialization:**
42-
4341
- Set up the WebClient to connect with the Miden testnet.
4442
- Configure a delegated prover for improved performance.
4543

4644
3. **Account Creation:**
47-
4845
- Create wallet accounts for Alice and multiple transfer recipients.
4946
- Deploy a fungible faucet for token minting.
5047

5148
4. **Initial Token Setup:**
52-
5349
- Mint tokens from the faucet to Alice's account.
5450
- Consume the minted tokens to prepare for transfers.
5551

0 commit comments

Comments
 (0)