Skip to content

Commit

Permalink
docs: Updated delegated staking page content and location
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Sep 26, 2024
1 parent 95d6a5e commit 5e3c4de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/src/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default ({
"/arcss": "/wayfinder", // Add more as needed
"/gateways/ar-io-node/arnsoip/observer.html":
"/gateways/ar-io-node/arnsoip/observer",
"/guides/delegated-staking": "/delegated-staking"
};

// Normalize the path by removing any trailing slash for easier matching
Expand Down
8 changes: 4 additions & 4 deletions docs/src/.vuepress/theme/configs/default_sidebar_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ module.exports = [
title: "Gateway Network",
path: "/gateway-network",
},
{
title: "Delegated Staking",
path: "/guides/delegated-staking",
},
{
title: "Arweave name System (ArNS)",
path: "/arns.md",
Expand Down Expand Up @@ -183,10 +187,6 @@ module.exports = [
title: "GraphQL",
path: "/guides/gql",
},
{
title: "Delegated Staking",
path: "/guides/delegated-staking",
},
{
title: "Deploy a Website or Application",
path: "/guides/github-flow"
Expand Down
10 changes: 6 additions & 4 deletions docs/src/guides/delegated-staking.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: "/guides/delegated-staking"
permalink: "/delegated-staking"
---

# Delegated Staking
Expand All @@ -11,7 +11,9 @@ In exchange, the person who delegates the tokens will receive a share of the gat

You can find more specific information about delegated staking and how rewards are distributed in the [ar.io whitepaper](https://whitepaper_ar-io.arweave.dev/).

## Installing the Testnet Contract repo
You can easily delegate stake to a gateway by using the Gateway Portal at [ar://gateways](https://gateways.arweave.net/#/staking)

<!-- ## Installing the Testnet Contract repo
Delegating tokens can be accomplished very easily by running a script found in the [testnet-contract repo](https://github.com/ar-io/testnet-contract) on Github.
Expand Down Expand Up @@ -80,7 +82,7 @@ You can find the wallet address of a gateway by going to `https://<gateway-domai
Save and exit your editor. -->

## Running the Script
<!-- ## Running the Script
Once the repo is installed and your wallet is provided, all that is left is to run the script. This can be done with a single command in your terminal.
Expand All @@ -105,4 +107,4 @@ You will again be prompted for the number of tokens you want to withdraw and the
Only the wallet that owns the staked tokens can withdraw, so make sure you are using the same wallet to run the script as you used to stake the tokens initially.
**NOTE**: Token withdrawals are not instant, and there is a period where the tokens will remain unavailable after you run the script. The length of this hold may vary a bit during testnet while optimal times are iterated upon.

-->

0 comments on commit 5e3c4de

Please sign in to comment.