Skip to content

Commit

Permalink
Merge branch 'feature/angular-guide' of github.com:o1-labs/docs2 into…
Browse files Browse the repository at this point in the history
… feature/angular-guide
  • Loading branch information
hattyhattington17 committed Dec 2, 2024
2 parents e7245b7 + 116887d commit a67b6aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/zkapps/front-end-integration-guides/angular.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords:
- Install a wallet that supports zkApp transactions. For this tutorial, we’ll use **Auro Wallet**. [Download it here](https://www.aurowallet.com/).
- Add the Auro Wallet browser extension.
- Open the extension and follow the steps to create a new wallet.
- Click **"Mainnet"** at the top of the extension view, then select **Show Testnet** from the menu. After that, select **Devnet**.
- Click **"Mainnet"** at the top of the extension view, then select **"Show Testnet"** from the menu. After that, select **"Devnet"**.
- 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.
- Fund your wallet using the [Mina Faucet](https://faucet.minaprotocol.com/).
- You'll need to wait about 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.
- 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.

## Initialize the Project

Expand Down Expand Up @@ -214,7 +214,7 @@ npm i @angular-builders/custom-webpack
- rename the browser property to `main` in `options`.
- add `"customWebpackConfig": { "path": "./webpack.config.js" },` to `options`.
- delete `server`, `prerender`, and `ssr` from `options`.
- In `angular.json` under `/projects/angular-o1js-demo/architect/serve`, replace the default builder `"builder": "@angular-devkit/build-angular:dev-server",` with ` "builder": "@angular-builders/custom-webpack:dev-server".
- In `angular.json` under `/projects/angular-o1js-demo/architect/serve`, replace the default builder `"builder": "@angular-devkit/build-angular:dev-server",` with `"builder": "@angular-builders/custom-webpack:dev-server"`.
- The build targets should look like this:

```json
Expand Down

0 comments on commit a67b6aa

Please sign in to comment.