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/developer_versioned_docs/version-v3.0.0-devnet.20251212/getting_started_on_devnet.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
1
---
2
2
title: Setting up for Devnet
3
3
sidebar_position: 3
4
-
tags: [testnet]
4
+
tags: [devnet]
5
5
description: Guide for developers to get started with the Aztec devnet, including account creation and contract deployment.
6
6
---
7
7
8
-
import { AztecTestnetVersion } from '@site/src/components/Snippets/general_snippets';
9
-
10
8
This guide explains the differences between the local network and devnet, how to migrate from the local network to devnet, and how to start developing directly on devnet.
11
9
12
10
## Local Network vs Devnet: Key Differences
@@ -88,7 +86,7 @@ aztec-wallet create-account \
88
86
```
89
87
90
88
:::note
91
-
The first transaction will take longer as it downloads proving keys. If you see `Timeout awaiting isMined`, the transaction is still processing - this is normal on testnet.
89
+
The first transaction will take longer as it downloads proving keys. If you see `Timeout awaiting isMined`, the transaction is still processing - this is normal on devnet.
0 commit comments