Skip to content

Commit

Permalink
Update wallet.md (MystenLabs#1077)
Browse files Browse the repository at this point in the history
Move results of sui genesis above command
  • Loading branch information
Clay-Mysten authored Mar 28, 2022
1 parent 54f2ac4 commit 540df3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/src/build/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ Follow the instructions to [install Sui binaries](install.md).

## Genesis

1. Optionally, set `RUST_LOG=debug` for verbose logging.
1. Initiate `genesis`:
```shell
sui genesis
```

The `genesis` command creates four authorities and five user accounts
each with five gas objects. These are Sui [objects](objects.md) used
to pay for Sui [transactions](transactions.md#transaction-metadata),
Expand All @@ -30,6 +24,12 @@ arbitrarily; the process of generating the genesis state can be
customized with additional accounts, objects, code, etc. as described
in [Genesis customization](#customize-genesis).

1. Optionally, set `RUST_LOG=debug` for verbose logging.
1. Initiate `genesis`:
```shell
sui genesis
```

The network configuration is stored in `network.conf` and can be used
subsequently to start the network. The `wallet.conf` and `wallet.key`
are also created to be used by the Sui wallet to manage the newly
Expand Down

0 comments on commit 540df3a

Please sign in to comment.