Skip to content

Commit

Permalink
update useful-tools page for Story Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 committed Sep 11, 2024
1 parent 3c189d8 commit c7c3909
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/story-protocol/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ geth_snapshot_url=$(curl -sL 'https://story-testnet-snapshots.f5nodes.com' | gre
wget "https://story-testnet-snapshots.f5nodes.com/${story_snapshot_url}" -O - | lz4 -dc - | tar -xf - -C $HOME/.story
wget "https://story-testnet-snapshots.f5nodes.com/${geth_snapshot_url}" -O - | lz4 -dc - | tar -xf - -C $HOME/.story/geth/iliad/geth


# replace the priv_validator_state.json you have backed up
cp $HOME/.story/priv_validator_state.json.backup $HOME/.story/story/data/priv_validator_state.json

Expand Down
4 changes: 4 additions & 0 deletions docs/story-protocol/useful-tools/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Useful Resources",
"position": 3
}
19 changes: 19 additions & 0 deletions docs/story-protocol/useful-tools/explorers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
sidebar_position: 1
description: Explorers
---

# Explorers

> A block explorer is a search engine that allows users to access and explore the contents of individual blocks, transactions, validators, and addresses on a blockchain. It provides a visual interface to navigate the intricate details of blockchain operations.
### There are a number of explorers that you can use for Story:

| Name | Layer | Network | URL |
| --- | --- | --- | --- |
| Story Foundation (official) | EVM | iliad-0 | https://testnet.storyscan.xyz |
| Aura Network | EVM | iliad-0 | https://story.aurascan.io |
| Hemera (SocialScan) | EVM | iliad-0 | https://story-testnet.socialscan.io |
| Nodes.Guru | Cosmos | iliad-0 | https://testnet.story.explorers.guru |
| STAKEME | Cosmos | iliad-0 | https://testnet.storyscan.app |

24 changes: 24 additions & 0 deletions docs/story-protocol/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
sidebar_position: 3
description: Other-tools
---

# Other-tools

> This page is a repository of valuable tools and resources offered by the Story Community, including monitoring systems, dashboards, and versatile platforms. These resources are designed to enhance your capabilities and are backed by Story Community's commitment to support your needs.
:::info
All the contributions are crafted by third-party members, signifying external individuals or entities unaffiliated with the Story Network.
:::

To contribute your own resource, simply click on **Edit this page** at the bottom, insert your resource using Markdown formatting, and then initiate a pull request for the submission to be reviewed.

| Contribution | Description | Author | Date added/updated |
| --- | --- | --- | --- |
| [Real-time Validator Performance](https://tenderdutory.bharvest.io) | Modified Tenderduty dashboard, allowing real-time monitoring of all validators' status. | [B-Harvest](https://github.com/b-harvest) | 2024-09-11 |
| [Archive Infra and Snapshots](https://f5nodes.com) | Dedicated page that provides users with the latest Testnet archive snapshots, taken every 2 hours, as well as a public archive RPC endpoint. | [F5 Nodes](https://story.f5nodes.com) | 2024-09-11 |
| [RPC Scanner](https://itrocket.net/services/testnet/story/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [ITRocket](https://github.com/itrocket-am) | 2024-09-11 |
| [RPC Scanner](https://services.kjnodes.com/testnet/story/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2024-09-11 |



0 comments on commit c7c3909

Please sign in to comment.