Skip to content

Commit

Permalink
ZetaChain created (#6)
Browse files Browse the repository at this point in the history
* Create setup.md

* Create upgrade.md

* Create Sync

* Update and rename sync

* Create state sync.md

* Create peers seeds.md

* Create addrbook.md

* Create rpc.md

* Create grpc.md

* Create api.md

* Create checkers.md

* Update upgrade.md

* Create faq.md

* Create _category_.json

* Create _category_.json

* Create _category_.json

* Update faq.md
  • Loading branch information
redwest88 committed Aug 18, 2023
1 parent 717eda3 commit 96b9f0c
Show file tree
Hide file tree
Showing 14 changed files with 161 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/zetachain/endpoints/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "Endpoints",
"position": 4
}

16 changes: 16 additions & 0 deletions docs/zetachain/endpoints/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 3
description: API
---

# APIs

### F5 Nodes
```bash
https://celestia-api.f5nodes.com
```

### Pops.one
```bash
https://api-mocha.pops.one
```
16 changes: 16 additions & 0 deletions docs/zetachain/endpoints/grpc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 2
description: gRPC
---

# gPRCs

### F5 Nodes
```bash
https://celestia-grpc.f5nodes.com
```

### Pops.one
```bash
https://grpc-mocha.pops.one
```
16 changes: 16 additions & 0 deletions docs/zetachain/endpoints/rpc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
description: RPC
---

# RPCs

### F5 Nodes
```bash
https://celestia-rpc.f5nodes.com
```

### Pops.one
```bash
rpc-mocha.pops.one
```
8 changes: 8 additions & 0 deletions docs/zetachain/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar_position: 6
description: ZetaChain Node FAQ
---

# Node FAQ

### Will there be any rewards for running a node?
17 changes: 17 additions & 0 deletions docs/zetachain/setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 1
description: Setting up ZetaChain Validator node
---

# Setup

## Hardware requirements

| Node Type | CPU | Memory | Data Disk |
| --------------- | ----------- | ------------- | ---------------- |
| Observer Signer | 8 CPUs | 32 GB Memory | 300+ GB Data Disk |
| Core Validator | 4 CPUs | 16 GB Memory | 300+ GB Data Disk |

## Setting up ZetaChain Validator node

### Server preparing
4 changes: 4 additions & 0 deletions docs/zetachain/sync/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Sync",
"position": 3
}
13 changes: 13 additions & 0 deletions docs/zetachain/sync/addrbook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 4
description: AddrBook
---

# AddrBook

## updates every: 1h

### Stop the node
```bash
command
```
13 changes: 13 additions & 0 deletions docs/zetachain/sync/peers seeds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 3
description: Live Peers / Seeds
---

# Live Peers / Seeds

## Live Peers and Seeds will help you to bla-bla-bla.

### Stop the node
```bash
command
```
13 changes: 13 additions & 0 deletions docs/zetachain/sync/snapshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 1
description: Snapshot
---

# Snapshot

## height: 1,243,492 (1m ago); size: XXX GB; pruning: custom/100/0/10; indexer: null

### Stop the node
```bash
command
```
13 changes: 13 additions & 0 deletions docs/zetachain/sync/state sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 2
description: State Sync
---

# State Sync

## State Sync allows a new node to join the network by fetching a snapshot of the application state at a recent height bla-bla-bla.

### Stop the node
```bash
command
```
13 changes: 13 additions & 0 deletions docs/zetachain/upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 2
description: Upgrade ZetaChain Validator node
---

# Upgrade

## Upgrade the node

### Stop the node
```bash
command
```
4 changes: 4 additions & 0 deletions docs/zetachain/useful tools/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Useful tools",
"position": 5
}
10 changes: 10 additions & 0 deletions docs/zetachain/useful tools/checkers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 1
description: Checkers
---

# Checkers

### Node checker by F5 Nodes

### Chain chacker by Pops.one

0 comments on commit 96b9f0c

Please sign in to comment.