Skip to content

Commit

Permalink
Update tutorial order (wallet / staking)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Jan 10, 2024
1 parent 62bfb95 commit b7bfc60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/node/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ reports of the same error.

## What next ?

Congratulations, you are now running a node.
But your node is still not staking, so it is not producing blocks nor receiving rewards.
Congratulations, you are now running a node. To interact with the network, to send transactions and call smart contracts,
you will need a wallet.

It is time to activate staking on your node. Follow the tutorial: [Staking with a node](/docs/node/stake).
It is time to setup or import a wallet. Follow the tutorial: [Creating a wallet](/docs/node/wallet).
7 changes: 7 additions & 0 deletions docs/node/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ Access secret key(s) of addresse(s):
```shell
wallet_get_secret_key <Address1> <Address2>
```

## What next ?

Congratulations, you are now running a node and have access to a wallet.
But your node is still not staking, so it is not producing blocks nor receiving rewards.

It is time to activate staking on your node. Follow the tutorial: [Staking with a node](/docs/node/stake).

0 comments on commit b7bfc60

Please sign in to comment.