Skip to content

Commit

Permalink
other-tools.md created
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 authored Oct 20, 2023
1 parent f66c272 commit 288871d
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/band-protocol/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 288871d

Please sign in to comment.