You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/zkapps/front-end-integration-guides/angular.mdx
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,37 @@ keywords:
10
10
# Angular Integration Guide
11
11
## Install a Wallet
12
12
13
-
- Install a wallet that supports zkApp transactions. For this tutorial, we’ll use **Auro Wallet**. [Download it here](https://www.aurowallet.com/).
13
+
- Install a wallet that supports zkApp transactions. For this tutorial, we’ll use **Auro Wallet** (v2.3.1). [Download it here](https://www.aurowallet.com/).
14
14
- Add the Auro Wallet browser extension.
15
15
- Open the extension and follow the steps to create a new wallet.
16
16
- Click **"Mainnet"** at the top of the extension view, then select **"Show Testnet"** from the menu. After that, select **"Devnet"**.
17
17
- Using Devnet will allow us to interact with a test version of the Mina network without needing to spend real Mina to pay for transaction fees.
18
+
19
+
<figure
20
+
style={{ display: "flex", height:"30rem" }}>
21
+
<img
22
+
src="/img/angular-integration-guide/auro-1.png"
23
+
alt="Enable testnets on Auro"
24
+
height="10rem"
25
+
style={{ margin: "0 auto" }}
26
+
/>
27
+
</figure>
28
+
<br />
29
+
18
30
- Fund your wallet using the [Mina Faucet](https://faucet.minaprotocol.com/).
19
31
- You'll need to wait one block (~3 minutes) to see the change in balance reflected on chain. You can use [Minascan](https://minascan.io/devnet) to track the status of your transaction.
0 commit comments