diff --git a/docs/zetachain/endpoints/_category_.json b/docs/zetachain/endpoints/_category_.json new file mode 100644 index 0000000..8446f31 --- /dev/null +++ b/docs/zetachain/endpoints/_category_.json @@ -0,0 +1,5 @@ +{ + "label": "Endpoints", + "position": 4 +} + diff --git a/docs/zetachain/endpoints/api.md b/docs/zetachain/endpoints/api.md new file mode 100644 index 0000000..abcaedd --- /dev/null +++ b/docs/zetachain/endpoints/api.md @@ -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 +``` diff --git a/docs/zetachain/endpoints/grpc.md b/docs/zetachain/endpoints/grpc.md new file mode 100644 index 0000000..ab29132 --- /dev/null +++ b/docs/zetachain/endpoints/grpc.md @@ -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 +``` diff --git a/docs/zetachain/endpoints/rpc.md b/docs/zetachain/endpoints/rpc.md new file mode 100644 index 0000000..a390514 --- /dev/null +++ b/docs/zetachain/endpoints/rpc.md @@ -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 +``` diff --git a/docs/zetachain/faq.md b/docs/zetachain/faq.md new file mode 100644 index 0000000..cd2f90f --- /dev/null +++ b/docs/zetachain/faq.md @@ -0,0 +1,8 @@ +--- +sidebar_position: 6 +description: ZetaChain Node FAQ +--- + +# Node FAQ + +### Will there be any rewards for running a node? diff --git a/docs/zetachain/setup.md b/docs/zetachain/setup.md new file mode 100644 index 0000000..fd6d112 --- /dev/null +++ b/docs/zetachain/setup.md @@ -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 diff --git a/docs/zetachain/sync/_category_.json b/docs/zetachain/sync/_category_.json new file mode 100644 index 0000000..7d7a041 --- /dev/null +++ b/docs/zetachain/sync/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Sync", + "position": 3 +} diff --git a/docs/zetachain/sync/addrbook.md b/docs/zetachain/sync/addrbook.md new file mode 100644 index 0000000..1c3040c --- /dev/null +++ b/docs/zetachain/sync/addrbook.md @@ -0,0 +1,13 @@ +--- +sidebar_position: 4 +description: AddrBook +--- + +# AddrBook + +## updates every: 1h + +### Stop the node +```bash +command +``` diff --git a/docs/zetachain/sync/peers seeds.md b/docs/zetachain/sync/peers seeds.md new file mode 100644 index 0000000..332f28e --- /dev/null +++ b/docs/zetachain/sync/peers seeds.md @@ -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 +``` diff --git a/docs/zetachain/sync/snapshot.md b/docs/zetachain/sync/snapshot.md new file mode 100644 index 0000000..88964c2 --- /dev/null +++ b/docs/zetachain/sync/snapshot.md @@ -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 +``` diff --git a/docs/zetachain/sync/state sync.md b/docs/zetachain/sync/state sync.md new file mode 100644 index 0000000..aad109d --- /dev/null +++ b/docs/zetachain/sync/state sync.md @@ -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 +``` diff --git a/docs/zetachain/upgrade.md b/docs/zetachain/upgrade.md new file mode 100644 index 0000000..4c4d549 --- /dev/null +++ b/docs/zetachain/upgrade.md @@ -0,0 +1,13 @@ +--- +sidebar_position: 2 +description: Upgrade ZetaChain Validator node +--- + +# Upgrade + +## Upgrade the node + +### Stop the node +```bash +command +``` diff --git a/docs/zetachain/useful tools/_category_.json b/docs/zetachain/useful tools/_category_.json new file mode 100644 index 0000000..408de68 --- /dev/null +++ b/docs/zetachain/useful tools/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Useful tools", + "position": 5 +} diff --git a/docs/zetachain/useful tools/checkers.md b/docs/zetachain/useful tools/checkers.md new file mode 100644 index 0000000..b9b0a7b --- /dev/null +++ b/docs/zetachain/useful tools/checkers.md @@ -0,0 +1,10 @@ +--- +sidebar_position: 1 +description: Checkers +--- + +# Checkers + +### Node checker by F5 Nodes + +### Chain chacker by Pops.one