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/getting-started/quickstart.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The CLI tool first prompts you to choose the type of project you want to create:
40
40
- Contract
41
41
- Full DApp
42
42
43
-
If you are new to Midnight development, starting with **Contract** is recommended. It provides a minimal setup that focuses on compiling and deploying a Compact smart contract before working with a full application scaffold.
43
+
If you are new to Midnight development, then starting with _contract_ is recommended. It provides a minimal setup that focuses on compiling and deploying a Compact smart contract before working with a full application scaffold.
44
44
45
45
#### Contract
46
46
@@ -67,7 +67,7 @@ The Bulletin board template is a privacy-preserving message board that allows us
67
67
68
68
For this guide, select **Contract** at the first prompt and then choose **Hello world** at the template selection prompt. Follow the remaining prompts to complete the setup.
69
69
70
-
If you select **Full DApp**, refer to the dedicated tutorials for each template:
70
+
If you select **Full DApp**, then refer to the dedicated tutorials for each template:
71
71
72
72
-[Counter DApp](../examples/dapps/counter)
73
73
-[Bulletin board DApp](../examples/dapps/bboard)
@@ -135,7 +135,7 @@ npm run setup
135
135
136
136
This script starts the proof server, compiles the contract, and deploys the contract to the Preprod network.
137
137
138
-
The CLI prompts you to create a new wallet or restore an existing wallet. If you choose to create a new wallet, the CLI generates a new wallet seed and displays the wallet address. Save the wallet seed in a secure location. You'll need it to restore your wallet.
138
+
The CLI prompts you to create a new wallet or restore an existing wallet. If you choose to create a new wallet, then the CLI generates a new wallet seed and displays the wallet address. Save the wallet seed in a secure location. You'll need it to restore your wallet.
139
139
140
140
:::note
141
141
You'll need to fund your wallet with tNIGHT tokens from the [Preprod faucet](https://faucet.preprod.midnight.network/). tNIGHT is used to generate tDUST, which is required to pay for transaction fees on the Midnight blockchain.
0 commit comments