Skip to content

Commit

Permalink
sync updated & useful tools added (#28)
Browse files Browse the repository at this point in the history
* stateSyncLava.ts created

* state-sync.mdx created

* peers-seeds.mdx created

* addrbook.mdx сreated

* _category_.json created

* explorers.md created

* telegram-bots.md created

* other-tools.md created
  • Loading branch information
redwest88 authored Sep 23, 2023
1 parent ef48493 commit 133808b
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/lava-network/sync/addrbook.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar_position: 4
description: AddrBook
---

# AddrBook

> Address book refers to a local database or record that a node maintains of all the peers it has come into contact with or learned about. This helps in the peer discovery process.
12 changes: 12 additions & 0 deletions docs/lava-network/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
sidebar_position: 3
description: Live Peers / Seeds
---

# Live Peers / Seeds

> When you start a node, you often need to connect to the network. This requires you to connect to one or more peers to start downloading the blockchain and receiving new blocks and transactions. Seeding nodes or bootstrap nodes help in this initial connection process.
:::info
Copy and run the commands below to add your peers into `config.toml`.
:::
4 changes: 4 additions & 0 deletions docs/lava-network/useful-tools/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Useful tools",
"position": 3
}
10 changes: 10 additions & 0 deletions docs/lava-network/useful-tools/explorers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
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 Lava Network:
6 changes: 6 additions & 0 deletions docs/lava-network/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 3
description: Other-tools
---

# Other Tools
8 changes: 8 additions & 0 deletions docs/lava-network/useful-tools/telegram-bots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
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.

0 comments on commit 133808b

Please sign in to comment.