Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

band-protocol updated #48

Merged
merged 3 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/band-protocol/useful-tools/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Useful tools",
"label": "Useful Resources",
"position": 3
}
10 changes: 5 additions & 5 deletions docs/band-protocol/useful-tools/explorers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |



44 changes: 12 additions & 32 deletions docs/band-protocol/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |