-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup modifications and file hierarchy optimizations
- Loading branch information
Showing
8 changed files
with
51 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: Validator | ||
description: Steps to run a Shardeum Validator | ||
--- | ||
|
||
|
||
## Choosing an approach | ||
|
||
Shardeum's dynamic state sharding enables horizontal scalability, making node operation accessible to everyone. With minimal hardware and a user-friendly interface, regular users can run validator nodes, contributing to network decentralization and security while earning rewards. | ||
|
||
|
||
import { Callout } from 'fumadocs-ui/components/callout'; | ||
|
||
|
||
To run a Shardeum validator, first choose the approach that best suits your experience level and requirements. | ||
|
||
<Cards> | ||
<Card | ||
href="/docs/node/run/validator/self-host" | ||
title="Self Host" | ||
description="You have experience running servers" | ||
/> | ||
<Card | ||
href="/docs/node/run/validator/one-click" | ||
title="1-Click Install" | ||
description="You have little to no experience running servers" | ||
/> | ||
<Card | ||
href="/docs/node/run/validator/cloud-service-providers" | ||
title="Cloud Service Providers" | ||
description="You want to use a hosted service like GCP, AWS, etc." | ||
/> | ||
</Cards> | ||
|
||
<Callout title="" type="info"> | ||
Regardless of the approach you choose, operating a node on Shardeum remains cost-effective. As the network expands and traffic increases, Shardeum's dynamic state sharding technology ensures that node operation costs stay low. | ||
</Callout> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.