Skip to content

Commit

Permalink
lava useful tools updated (#30)
Browse files Browse the repository at this point in the history
* explorers.md updated

* telegram-bots.md updated

* other-tools.md updated
  • Loading branch information
redwest88 authored Sep 25, 2023
1 parent 3f31293 commit b7a79b1
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/lava-network/useful-tools/explorers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,44 @@ description: 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 Lava Network:

#### Nodes.Guru (official)
```bash
https://lava.explorers.guru
```

#### BonyNode
```bash
https://bonynode.online/lava
```

#### kjnodes
```bash
https://explorer.kjnodes.com/lava-testnet
```

#### UTSA
```bash
https://exp.utsa.tech/lava-test
```

#### NodeStake
```bash
https://explorer.nodestake.top/lava-testnet
```

#### StakeMe
```bash
https://lava.exploreme.pro/dashboard
```

#### 🔥STAVR🔥
```bash
https://explorer.stavr.tech/Lava-Testnet
```

#### Stake Village
```bash
https://exp.stakevillage.net/Lava-testnet
```

20 changes: 20 additions & 0 deletions docs/lava-network/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ description: Other-tools
---

# Other Tools

### gRPC Spec Builder

> Used for verifying the REST part of a spec, and building the grpc part from it. It uses the grpc descriptors of the endpoint you provide in order to cross validate the missing parts, and the grpc spec itself.
```bash
https://github.com/milakorn69/lava/tree/main/scripts/automation_scripts
```

### Monitoring dashboard | Mellifera

```bash
https://lava.mellifera.network/monitor/public-dashboards/a601fc0b300742999ed12cadf9de0fd1?orgId=1
```

### Monitoring-tool | NodeJumper

> A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards
```bash
https://github.com/nodejumper-org/monitoring-tool
```
24 changes: 24 additions & 0 deletions docs/lava-network/useful-tools/telegram-bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,27 @@ 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.
#### Testnet Proposal bot | kjnodes
```bash
https://t.me/kjnodes_testnet_proposal_bot
```

#### Governance Bot | NODEJUMPER

> A telegram bot to notify users of governance proposals when they're available for voting.
```bash
https://t.me/nodejumper_governance_bot
```

#### NodesChecker

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

#### Stake Village | Check Nodes bot
```bash
https://t.me/stakeVillage_check_nodes_bot
```

0 comments on commit b7a79b1

Please sign in to comment.