Skip to content

Commit 063b770

Browse files
authored
added links (#1438)
1 parent 0a8a448 commit 063b770

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/Starknet/modules/staking/pages/entering-staking.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information on what happens during the staking process, see xref:archit
1919
** https://github.com/NethermindEth/juno[Juno] by Nethermind: https://juno.nethermind.io/hardware-requirements[juno.nethermind.io/hardware-requirements]
2020
** 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]
2121
** 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].
2323
* Sufficient STRK token balance in your wallet.
2424
+
2525
[TIP]
@@ -28,17 +28,17 @@ For validators who wish to use a secure hardware wallet, the https://www.ledger.
2828
2929
====
3030

31-
.Procedure
31+
.Procedure (using a block explorer)
3232

3333
. Approve the STRK ERC20 contract for the transfer of tokens from your address to the staking contract:
3434
+
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].
3636
.. In the contract interface, locate and select the `approve` function.
3737
.. Enter the following parameters:
3838
* In *`spender`*, enter the xref:overview.adoc#staking_contract[staking contract's address].
3939
* 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).
4040
.. 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].
4242
. In the contract interface, locate and select the `stake` function.
4343
. Enter the following parameters:
4444
+

0 commit comments

Comments
 (0)