Skip to content

Commit

Permalink
[shuffle] better account description in Hello Blockchain tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Sivakumar authored and bors-libra committed Dec 4, 2021
1 parent ca4633e commit 83873cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shuffle/cli/tutorials/HelloBlockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Diem is running, press ctrl-c to exit
In order to deploy your modules, you must have an account on-chain. Run
`shuffle account` to create accounts on the default localhost network.

Note: `shuffle account` creates 2 accounts on-chain. The first account is the default account you will use in all your shuffle commands. All the modules you write will be published by this first account. The second account allows you to test transfer/p2p scenarios.

Output:

```
Expand Down

0 comments on commit 83873cb

Please sign in to comment.