diff --git a/ol/documentation/create_accounts/create_account_on_chain.md b/ol/documentation/create_accounts/create_account_on_chain.md index a09aa0453f..4ebc362701 100644 --- a/ol/documentation/create_accounts/create_account_on_chain.md +++ b/ol/documentation/create_accounts/create_account_on_chain.md @@ -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 ``` @@ -26,7 +30,7 @@ Needs to send a minimum of 1 GAS coin so that Alice's account gets created. txs create-user -a -c # check that the account was created: -ol query --balance -a +ol -a query --balance ``` ## Alice: Create account configurations @@ -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 @@ -55,13 +62,12 @@ Send the onboarding transaction txs create-user -a -c ``` - ## 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 +ol -a query --balance ``` ## Alice: Set Slow Wallet, or Community Wallet