Skip to content

Commit 7165a8b

Browse files
add images for auro and faucet
1 parent 0ae9f87 commit 7165a8b

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

docs/zkapps/front-end-integration-guides/angular.mdx

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,37 @@ keywords:
1010
# Angular Integration Guide
1111
## Install a Wallet
1212

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/).
1414
- Add the Auro Wallet browser extension.
1515
- Open the extension and follow the steps to create a new wallet.
1616
- Click **"Mainnet"** at the top of the extension view, then select **"Show Testnet"** from the menu. After that, select **"Devnet"**.
1717
- 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+
1830
- Fund your wallet using the [Mina Faucet](https://faucet.minaprotocol.com/).
1931
- 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.
2032

33+
<figure
34+
style={{ display: "flex", height:"30rem" }}>
35+
<img
36+
src="/img/angular-integration-guide/faucet.png"
37+
alt="Enable testnets on Auro"
38+
height="10rem"
39+
style={{ margin: "0 auto" }}
40+
/>
41+
</figure>
42+
<br />
43+
2144
## Initialize the Project
2245

2346
- Install the Angular CLI globally:
52.1 KB
Loading
Loading

0 commit comments

Comments
 (0)