Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit fc0290d

Browse files
authored
Add how to get your wallet id (#348)
1 parent 99a0058 commit fc0290d

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

modules/quickstart/pages/network-quickstart.adoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Before you download and install this release of the {sdk-short-name}, verify the
2727
+
2828
Currently, the {sdk-short-name} only runs on computers with a macOS or Linux operating system.
2929

30-
* You have provided the {company-id} Foundation with a principal associated with your user identity and have received a **wallet canister identifier** in return.
31-
+
32-
A wallet canister with **cycles** is required to deploy and manage applications on the {IC}.
33-
30+
//* You have provided the {company-id} Foundation with a principal associated with your user identity and have received a **wallet canister identifier** in return.
31+
//+
32+
//A wallet canister with **cycles** is required to deploy and manage applications on the {IC}.
33+
//
3434
* You have `+node.js+` installed if you want to access the default front-end for the default project.
3535

3636
If you aren’t sure how to open a new terminal shell on your local computer or how to install `node.js`, see link:newcomers{outfilesuffix}[Preliminary steps for newcomers].
@@ -217,6 +217,13 @@ For example:
217217
+
218218
You might have noticed that deploying your project automatically generated a wallet for your `+default+` identity.
219219
This wallet canister is preconfigured with cycles and provides a few basic functions that enable you to experiment with sending and receiving cycles without requiring an account with ICP tokens.
220+
+
221+
If you didn't notice the wallet canister identifier when you ran `+dfx deploy+`, you can look it up now by running the following command:
222+
+
223+
[source,bash]
224+
----
225+
dfx identity --network=ic get-wallet
226+
----
220227
. Check the cycle balance for your default wallet canister by running a command similar to the following:
221228
+
222229
[source,bash]

0 commit comments

Comments
 (0)