Skip to content

Commit 454f56a

Browse files
Update language for clarity in quickstart guide
Signed-off-by: Tushar Pamnani <121151091+tusharpamnani@users.noreply.github.com>
1 parent e9a9f7c commit 454f56a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The CLI tool first prompts you to choose the type of project you want to create:
4040
- Contract
4141
- Full DApp
4242

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.
4444

4545
#### Contract
4646

@@ -67,7 +67,7 @@ The Bulletin board template is a privacy-preserving message board that allows us
6767

6868
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.
6969

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:
7171

7272
- [Counter DApp](../examples/dapps/counter)
7373
- [Bulletin board DApp](../examples/dapps/bboard)
@@ -135,7 +135,7 @@ npm run setup
135135

136136
This script starts the proof server, compiles the contract, and deploys the contract to the Preprod network.
137137

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.
139139

140140
:::note
141141
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

Comments
 (0)