From 0f79d3cf0233743eb6e62f0826ec77d9459777fe Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:55:54 +0200 Subject: [PATCH 1/3] table added --- .../band-protocol/useful-tools/other-tools.md | 44 +++++-------------- 1 file changed, 12 insertions(+), 32 deletions(-) diff --git a/docs/band-protocol/useful-tools/other-tools.md b/docs/band-protocol/useful-tools/other-tools.md index 701a0827..d589490b 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 | From 84184fdfc6b369415084acf96310d95e0c1620f6 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:57:11 +0200 Subject: [PATCH 2/3] table added --- docs/band-protocol/useful-tools/explorers.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/band-protocol/useful-tools/explorers.md b/docs/band-protocol/useful-tools/explorers.md index 6b365d0c..ff10ba80 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 | From 8ba6c0efef5be5b501cca68eaa673147111f3702 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:57:40 +0200 Subject: [PATCH 3/3] label updated --- docs/band-protocol/useful-tools/_category_.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/band-protocol/useful-tools/_category_.json b/docs/band-protocol/useful-tools/_category_.json index 289b79ac..e7b879e6 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 }