Skip to content

Commit

Permalink
band-protocol updated (#41)
Browse files Browse the repository at this point in the history
* rpc changed

* band img added

* rpc changed

* _category_.json created

* explorers.md created

* telegram-bots.md created

* other-tools.md created
  • Loading branch information
redwest88 authored Oct 20, 2023
1 parent a66dfa5 commit 8c4f8e6
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 2 deletions.
Binary file modified docs/band-protocol/img/band.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/band-protocol/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import MainpageMetrics from '@site/src/components/MainpageMetrics';

<MainpageMetrics rpc="http://rpc.laozi1.bandchain.org" binary="bandd" />
<MainpageMetrics rpc="https://rpc-band.cosmos-spaces.cloud" binary="bandd" />

[Band Protocol](https://www.bandprotocol.com/) – is a cross-chain data oracle platform that aggregates and connects real-world data and APIs to smart contracts.

Expand Down
2 changes: 1 addition & 1 deletion docs/band-protocol/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export let home = 'band';

export let binary = 'bandd';

<LivePeers rpc="https://rpc.laozi1.bandchain.org:80" home={home} binary={binary} />
<LivePeers rpc="https://rpc-band.cosmos-spaces.cloud" home={home} binary={binary} />
4 changes: 4 additions & 0 deletions docs/band-protocol/useful-tools/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Useful tools",
"position": 3
}
62 changes: 62 additions & 0 deletions docs/band-protocol/useful-tools/explorers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
sidebar_position: 1
description: Explorers
---

# Explorers

> A block explorer is a search engine that allows users to access and explore the contents of individual blocks, transactions, validators, and addresses on a blockchain. It provides a visual interface to navigate the intricate details of blockchain operations.
### There are a number of explorers that you can use for Band Protocol:

#### Band (official)
```bash
https://www.cosmoscan.io
```

#### AtomScan
```bash
https://atomscan.com/band-protocol
```

#### Cosmostation
```bash
https://www.mintscan.io/band
```

#### Cryptonian
```bash
https://s.cryptonian.life/band
```

#### Forbole
```bash
https://bigdipper.live/band
```

#### Indonode
```bash
https://explorer.indonode.net/band
```

#### Nodes.Guru
```bash
https://band.explorers.guru
```

#### Ping.pub
```bash
https://ping.pub/band
```

#### Stakeflow
```bash
https://stakeflow.io/band-protocol
```

#### STAVR
```bash
https://explorer.stavr.tech/Band-Mainnet
```


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
```
22 changes: 22 additions & 0 deletions docs/band-protocol/useful-tools/telegram-bots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_position: 2
description: Telegram Bots
---

# Telegram Bots

> Telegram bots are designed to monitor nodes, provide real-time alerts and health statistics. Bots deliver instant notifications on server downtimes, resource usage, or governance proposals, enabling administrators to act swiftly in response to any anomalies.
#### NodesChecker | Nodes.Guru

Check your nodes status online and receive instant notification if something is wrong with your node.
```bash
https://t.me/NodesGuru_bot
```

#### Check status validator | Stakewolle

Track and notify your validator status if something happens.
```bash
https://t.me/StatusValidatorBot
```

0 comments on commit 8c4f8e6

Please sign in to comment.