Skip to content

Commit

Permalink
patch docs for account creation
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Oct 27, 2021
1 parent cdc1024 commit 2e33960
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ol/documentation/create_accounts/create_account_on_chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Alice:
# if you don't have a mnemonic
onboard keygen
#if you ALREADY have a mnemonic buy you need to discover your Auth Key. Find out with:
onboard keygen -w
>enter the mnemonic
# send your `auth key` to Bob so he can complete tx
```
Expand All @@ -26,7 +30,7 @@ Needs to send a minimum of 1 GAS coin so that Alice's account gets created.
txs create-user -a <alice's auth key> -c <how many coins to send to alice>
# check that the account was created:
ol query --balance -a <alice's ACCOUNT>
ol -a <alice's ACCOUNT> query --balance
```

## Alice: Create account configurations
Expand All @@ -43,6 +47,9 @@ If you already have a mnemonic, and misplaced your account `address` or `authent
# use keygen with --whoami, or -w
onboard keygen -whoami
> enter your mnemonic now
# you will see the print out of account and authkey
```
## Alice: tell Bob your authkey

Expand All @@ -55,13 +62,12 @@ Send the onboarding transaction
txs create-user -a <alice's auth key> -c <how many coins to send to alice>
```


## Alice or Bob: Confirm the account was created

If the account creation was successful anyone should be able to see Alice's balance (of 1 GAS) with the following command.

```
ol query --balance -a <alice's ACCOUNT>
ol -a <alice's ACCOUNT> query --balance
```

## Alice: Set Slow Wallet, or Community Wallet
Expand Down

0 comments on commit 2e33960

Please sign in to comment.