diff --git a/docs/band-protocol/useful-tools/_category_.json b/docs/band-protocol/useful-tools/_category_.json index 289b79a..e7b879e 100644 --- a/docs/band-protocol/useful-tools/_category_.json +++ b/docs/band-protocol/useful-tools/_category_.json @@ -1,4 +1,4 @@ { - "label": "Useful tools", + "label": "Useful Resources", "position": 3 } diff --git a/docs/band-protocol/useful-tools/explorers.md b/docs/band-protocol/useful-tools/explorers.md index 6b365d0..ff10ba8 100644 --- a/docs/band-protocol/useful-tools/explorers.md +++ b/docs/band-protocol/useful-tools/explorers.md @@ -11,17 +11,17 @@ description: Explorers | Name | Layer | Network | URL | | --- | --- | --- | --- | -| AtomScan | Cosmos | laozi-mainnet) | https://atomscan.com/band-protocol | +| AtomScan | Cosmos | laozi-mainnet | https://atomscan.com/band-protocol | | Band (official) | Cosmos | laozi-mainnet | https://www.cosmoscan.io | | Band (official) | Cosmos | laozi-testnet | https://laozi-testnet6.cosmoscan.io | | Cosmostation | Cosmos | laozi-mainnet | https://www.mintscan.io/band | | Cryptonian | Cosmos | laozi-mainnet | https://s.cryptonian.life/band | | Forbole | Cosmos | laozi-mainnet | https://bigdipper.live/band | | Indonode | Cosmos | laozi-mainnet | https://explorer.indonode.net/band | -| Nodes.Guru (official) | laozi-mainnet | https://band.explorers.guru | -| Ping.pub (official) | laozi-mainnet | https://ping.pub/band | -| Stakeflow (official) | laozi-mainnet | https://stakeflow.io/band-protocol | -| STAVR (official) | Cosmos | laozi-mainnet | https://explorer.stavr.tech/Band-Mainnet | +| Nodes.Guru | Cosmos | laozi-mainnet | https://band.explorers.guru | +| Ping.pub | Cosmos | laozi-mainnet | https://ping.pub/band | +| Stakeflow | Cosmos | laozi-mainnet | https://stakeflow.io/band-protocol | +| STAVR | Cosmos | laozi-mainnet | https://explorer.stavr.tech/Band-Mainnet | diff --git a/docs/band-protocol/useful-tools/other-tools.md b/docs/band-protocol/useful-tools/other-tools.md index 701a082..d589490 100644 --- a/docs/band-protocol/useful-tools/other-tools.md +++ b/docs/band-protocol/useful-tools/other-tools.md @@ -5,38 +5,18 @@ description: Other-tools # Other Tools -#### Monitoring tool | Akash -```bash -https://cosmos.directory/bandchain -``` +> This page is a repository of valuable tools and resources offered by the Haqq Community, including monitoring systems, dashboards, and versatile platforms. These resources are designed to enhance your capabilities and are backed by Haqq Community's commitment to support your needs. -#### Check endpoints status | Akash -```bash -https://status.cosmos.directory/bandchain -``` +:::info +The following page contains links to third-party content. Haqq Network does not endorse or provide support for these contributions. +::: -#### Setup prometheus | Forbole +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. -Exporter allows validators to get data in real-time directly from the yoda process, and easily plug into their existing monitoring/alerting systems. -```bash -https://www.forbole.com/blog/prometheus-exporter-for-bandchain -``` - -#### RPC Scanner | kjnodes - -The tool scan the network and produce a list of nodes that publish their RPC endpoints. -```bash -https://services.kjnodes.com/mainnet/band/public-rpc -``` - -#### Reward calculator | OpenStake -```bash -https://openstake.net/reward_calculator -``` - -#### Deployment VRF Worker on Google Cloud Platform - -VRF Worker is an off-chain service used for relaying VRF random value requests and results between the BandChain and the client chain (e.g. Ethereum). -```bash -https://github.com/bandprotocol/vrf-worker-v1 -``` +| Contribution | Description | Author | Date added/updated | +| --- | --- | --- | --- | +| [Chain Information Platform](https://cosmos.directory/bandchain) | This platform provides information about the network, validators, public nodes, etc. | [ECO Stake](https://github.com/eco-stake) | 2023-10-20 | +| [Prometheus Exporter](https://www.forbole.com/blog/prometheus-exporter-for-bandchain) | Exporter allows validators to get data in real-time directly from the yoda process, and easily plug into their existing monitoring/alerting systems. | [Forbole](https://github.com/forbole) | 2023-07-08 | +| [RPC Scanner](https://services.kjnodes.com/mainnet/band/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2023-10-22 | +| [Reward calculator](https://openstake.net/reward_calculator) | The tool used to estimate the potential earnings or returns that can be gained by staking. | [OpenStake](https://openstake.net/) | 2023-08-02 | +| [Band VRF Worker](https://github.com/bandprotocol/vrf-worker-v1) | VRF Worker is an off-chain service used for relaying VRF random value requests and results between the BandChain and the client chain (e.g. Ethereum). | [Pete Karoonkornsakul](https://github.com/petekaroon) | 2023-08-10 |