Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

useful tools updated #18

Merged
merged 32 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4abc905
Update snapshot.md
redwest88 Sep 9, 2023
83a5364
Merge branch 'f5nodes:main' into main
redwest88 Sep 9, 2023
4e84f77
Update index.tsx
redwest88 Sep 9, 2023
210db2a
Update docusaurus.config.js
redwest88 Sep 9, 2023
1e326fb
Update docusaurus.config.js
redwest88 Sep 9, 2023
da133e1
upd docusaurus.config.js
vasylcode Sep 9, 2023
81967a7
Merge branch 'f5nodes:main' into main
redwest88 Sep 9, 2023
3030b7f
Update _category_.json
redwest88 Sep 9, 2023
31b56e2
Delete docs/zetachain/endpoints directory
redwest88 Sep 9, 2023
7be9bfd
Rename endpoints.mdx
redwest88 Sep 9, 2023
f75f694
Update endpoints.mdx
redwest88 Sep 9, 2023
2dc6a09
Update _category_.json
redwest88 Sep 9, 2023
728f02b
Delete docs/zetachain/faq.md
redwest88 Sep 9, 2023
1cef8e4
Update intro.md
redwest88 Sep 9, 2023
045604f
Update intro.md
redwest88 Sep 10, 2023
3dbcb20
Update intro.md
redwest88 Sep 10, 2023
0bf9fb9
Update intro.md
redwest88 Sep 10, 2023
975101a
Update intro.md
redwest88 Sep 10, 2023
6b64a9d
Merge branch 'f5nodes:main' into main
redwest88 Sep 10, 2023
bbbc927
add pictures for white theme
redwest88 Sep 10, 2023
fe66032
Delete static/img/undraw1.png
redwest88 Sep 10, 2023
829383a
Delete static/img/undraw1.svg
redwest88 Sep 10, 2023
5c7ac21
Delete static/img/undraw2.png
redwest88 Sep 10, 2023
0a5a7f7
Delete static/img/undraw2.svg
redwest88 Sep 10, 2023
510a65d
Delete static/img/undraw3.png
redwest88 Sep 10, 2023
7ff0c86
Delete static/img/undraw3.svg
redwest88 Sep 10, 2023
2d890d3
icons added
redwest88 Sep 10, 2023
9268e9b
Merge branch 'f5nodes:main' into main
redwest88 Sep 10, 2023
32fa991
Merge branch 'f5nodes:main' into main
redwest88 Sep 21, 2023
074ab4a
Create explorers.md
redwest88 Sep 21, 2023
baf13cd
Update addrbook.mdx
redwest88 Sep 21, 2023
955ee72
Update explorers.md
redwest88 Sep 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/zetachain/sync/addrbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import SelectPaste from '@site/src/components/SelectPaste';
import { addrBook } from '@site/src/components/SelectPaste/addrBook.ts';

export let endpoints = [
'https://f5nodes.com',
'https://snapshots.polkachu.com/testnet-addrbook/zetachain/addrbook.json',
'https://snapshots-testnet.nodejumper.io/zetachain-testnet/addrbook.json',
'https://ss-t.zeta.nodestake.top/addrbook.json',
Expand Down
45 changes: 45 additions & 0 deletions docs/zetachain/useful-tools/explorers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
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. Through a block explorer, users can verify transactions, check balances of addresses, and track the history and state of the blockchain.

There are a number of explorers that you can use for ZetaChain:

#### ZetaScan
```bash
https://explorer.zetachain.com
```

#### Blockscout
```bash
https://zetachain-athens-3.blockscout.com
```

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

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

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

#### ITRocket
```bash
https://testnet.itrocket.net/zetachain
```

#### StakeMe
```bash
https://zetachain.exploreme.pro
```