Skip to content

Commit

Permalink
added links (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
LandauRaz authored Nov 25, 2024
1 parent 0a8a448 commit 063b770
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For more information on what happens during the staking process, see xref:archit
** https://github.com/NethermindEth/juno[Juno] by Nethermind: https://juno.nethermind.io/hardware-requirements[juno.nethermind.io/hardware-requirements]
** 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]
** https://github.com/madara-alliance/madara[Madara] by Madara Alliance: https://docs.madara.build/Installation/requirements[docs.madara.build/Installation/requirements]
* A Starknet-compatible block explorer or CLI tool.
* A Starknet-compatible xref:tools:ref-block-explorers.adoc[block explorer] or xref:tools:devtools/clis.adoc[CLI tool].
* Sufficient STRK token balance in your wallet.
+
[TIP]
Expand All @@ -28,17 +28,17 @@ For validators who wish to use a secure hardware wallet, the https://www.ledger.
====

.Procedure
.Procedure (using a block explorer)

. Approve the STRK ERC20 contract for the transfer of tokens from your address to the staking contract:
+
.. 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].
.. Using a Starknet block explorer, navigate to the STRK contract by searching for xref:tools:important-addresses.adoc#fee_tokens[its address].
.. In the contract interface, locate and select the `approve` function.
.. Enter the following parameters:
* In *`spender`*, enter the xref:overview.adoc#staking_contract[staking contract's address].
* 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).
.. Submit the transaction to execute the approval.
. 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].
. Using a Starknet block explorer, navigate to the staking contract by searching for xref:overview.adoc#staking_contract[its address].
. In the contract interface, locate and select the `stake` function.
. Enter the following parameters:
+
Expand Down

0 comments on commit 063b770

Please sign in to comment.