From 288871d5b58e2b67c787dd30b40baf63e477c7d1 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:01:09 +0200 Subject: [PATCH] other-tools.md created --- .../band-protocol/useful-tools/other-tools.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/band-protocol/useful-tools/other-tools.md diff --git a/docs/band-protocol/useful-tools/other-tools.md b/docs/band-protocol/useful-tools/other-tools.md new file mode 100644 index 00000000..701a0827 --- /dev/null +++ b/docs/band-protocol/useful-tools/other-tools.md @@ -0,0 +1,42 @@ +--- +sidebar_position: 3 +description: Other-tools +--- + +# Other Tools + +#### Monitoring tool | Akash +```bash +https://cosmos.directory/bandchain +``` + +#### Check endpoints status | Akash +```bash +https://status.cosmos.directory/bandchain +``` + +#### Setup prometheus | Forbole + +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 +```