Skip to content

Commit

Permalink
Remove old quickstart page (dfinity#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgunnlsgunn committed Mar 8, 2021
1 parent fc0290d commit 443244e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 39 deletions.
19 changes: 15 additions & 4 deletions modules/quickstart/pages/local-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,21 +172,32 @@ The `+dfx deploy+` command output displays information about the operations it p
For example, this step registers two network-specific identifiers—one for the `+hello+` main program and one for the `+hello_assets+` front-end user interface—and installation information similar to the following:
+
....
Creating the "default" identity.
- generating new key at /Users/lisagunn/.config/dfx/identity/default/identity.pem
Created the "default" identity.
Deploying all canisters.
Creating canisters...
Creating canister "hello"...
"hello" canister created with canister id: "rwlgt-iiaaa-aaaaa-aaaaa-cai"
Creating the canister using the wallet canister...
Creating a wallet canister on the local network.
The wallet canister on the "local" network for user "default" is "rwlgt-iiaaa-aaaaa-aaaaa-cai"
"hello" canister created with canister id: "rrkah-fqaaa-aaaaa-aaaaq-cai"
Creating canister "hello_assets"...
"hello_assets" canister created with canister id: "rrkah-fqaaa-aaaaa-aaaaq-cai"
Creating the canister using the wallet canister...
"hello_assets" canister created with canister id: "ryjl3-tyaaa-aaaaa-aaaba-cai"
Building canisters...
Building frontend...
Installing canisters...
Installing code for canister hello, with canister_id rwlgt-iiaaa-aaaaa-aaaaa-cai
Installing code for canister hello_assets, with canister_id rrkah-fqaaa-aaaaa-aaaaq-cai
Installing code for canister hello, with canister_id rrkah-fqaaa-aaaaa-aaaaq-cai
Installing code for canister hello_assets, with canister_id ryjl3-tyaaa-aaaaa-aaaba-cai
Authorizing our identity (default) to the asset canister...
Uploading assets to asset canister...
Deployed canisters.
....
+
If you created a project with a different name, however, your canister names will match your project name instead of `+hello+` and `+hello_assets+`.
You should also note that the first time you deploy, `+dfx+` creates a `+default+` identity and a local wallet controlled by your `+default+` identity.
The wallet is required to enable you to transfer link:../developers-guide/concepts/tokens-cycles{outfilesuffix}[cycles] to other canisters.
. Call the `+hello+` canister and the predefined `+greet+` function by running the following command:
+
[source,bash]
Expand Down
35 changes: 0 additions & 35 deletions modules/quickstart/pages/quickstart.adoc

This file was deleted.

0 comments on commit 443244e

Please sign in to comment.