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

Fix post links #166

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Changes from all commits
Commits
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
18 changes: 7 additions & 11 deletions docs/staking/validator-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ sidebar_position: 4
sidebar_label: Validator FAQs
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CodeBlock from '@theme/CodeBlock';

# Vara Validator FAQs

Here is a list of frequently asked questions about running a Vara validator node.
Expand All @@ -17,13 +13,13 @@ Here is a list of frequently asked questions about running a Vara validator node
[Vara Network](https://vara.network/) is a fast and scalable Layer-1 decentralized network powered by [Gear Protocol](https://gear-tech.io/).

Links:
- Official site: https://vara.network/
- Block Explorer: https://vara.subscan.io/
- Vara Wiki: https://wiki.vara.network/
- Node Telemetry: https://telemetry.rs/
- Tokenomics: https://wiki.vara.network/docs/tokenomics/
- Whitepaper: https://whitepaper.gear.foundation/
- Gear Foundation: https://gear.foundation/
- Official site: [https://vara.network/](https://vara.network)
- Block Explorer: [https://vara.subscan.io/](https://vara.subscan.io)
- Vara Wiki: [https://wiki.vara.network/](https://wiki.vara.network)
- Node Telemetry: [https://telemetry.rs/](https://telemetry.rs)
- Tokenomics: [https://wiki.vara.network/docs/tokenomics/](/docs/tokenomics/tokenomics.mdx)
- Whitepaper: [https://whitepaper.gear.foundation/](https://whitepaper.gear.foundation)
- Gear Foundation: [https://gear.foundation/](https://gear.foundation)

## What are the public RPC endpoints?

Expand Down
Loading