You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Starknet/modules/staking/pages/entering-staking.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ For more information on what happens during the staking process, see xref:archit
19
19
** https://github.com/NethermindEth/juno[Juno] by Nethermind: https://juno.nethermind.io/hardware-requirements[juno.nethermind.io/hardware-requirements]
20
20
** https://github.com/eqlabs/pathfinder[Pathfinder] by Equilibrium: https://github.com/eqlabs/pathfinder?tab=readme-ov-file#hardware-requirements[github.com/eqlabs/pathfinder?tab=readme-ov-file#hardware-requirements]
21
21
** https://github.com/madara-alliance/madara[Madara] by Madara Alliance: https://docs.madara.build/Installation/requirements[docs.madara.build/Installation/requirements]
22
-
* A Starknet-compatible block explorer or CLI tool.
22
+
* A Starknet-compatible xref:tools:ref-block-explorers.adoc[block explorer] or xref:tools:devtools/clis.adoc[CLI tool].
23
23
* Sufficient STRK token balance in your wallet.
24
24
+
25
25
[TIP]
@@ -28,17 +28,17 @@ For validators who wish to use a secure hardware wallet, the https://www.ledger.
28
28
29
29
====
30
30
31
-
.Procedure
31
+
.Procedure (using a block explorer)
32
32
33
33
. Approve the STRK ERC20 contract for the transfer of tokens from your address to the staking contract:
34
34
+
35
-
.. Using a Starknet block explorer such as https://starkscan.co[Starkscan] or https://voyager.online[Voyager], navigate to the STRK contract by searching for xref:tools:important-addresses.adoc#fee_tokens[its address].
35
+
.. Using a Starknet block explorer, navigate to the STRK contract by searching for xref:tools:important-addresses.adoc#fee_tokens[its address].
36
36
.. In the contract interface, locate and select the `approve` function.
37
37
.. Enter the following parameters:
38
38
* In *`spender`*, enter the xref:overview.adoc#staking_contract[staking contract's address].
39
39
* In *`amount`*, enter the number of STRK tokens you want to stake (note the xref:overview.adoc#economic_parameters[minimum stake for validators] and that STRK has 18 decimals).
40
40
.. Submit the transaction to execute the approval.
41
-
. Using a Starknet block explorer such as https://starkscan.co[Starkscan] or https://voyager.online[Voyager], navigate to the staking contract by searching for xref:overview.adoc#staking_contract[its address].
41
+
. Using a Starknet block explorer, navigate to the staking contract by searching for xref:overview.adoc#staking_contract[its address].
42
42
. In the contract interface, locate and select the `stake` function.
0 commit comments