added to homepage & validator section

This commit is contained in:
Marston Connell 2022-10-20 17:34:28 -04:00
parent d35b42141c
commit 012541160e
2 changed files with 21 additions and 1 deletions

View File

@ -4,6 +4,6 @@ sidebar_position: 5
# Validators
The Jackal Validators are secure web servers, dedicated machines that participate in the consensus protocol by broadcasting cryptographic signatures, or votes, to agree upon the next block. Voting power is determined by the amount of staking tokens delegated by non-validators and bonded as collateral to earn a reward. These non-validators, or delegators, incur the risk of getting punished (slashed) if the delegate validator gets hacked or violates the protocol.
__TODO: Validator Setup__
To set up a validator and become a contributing part of the network, read the installation instructions [here](/docs/nodes/installation)

View File

@ -71,6 +71,26 @@ function HomepageHeader() {
</Link>
</article>
</div>
<h2 className="component-heading">Decentralize the Network</h2>
<div className='row margin-top--md'>
<article className='col col--4'>
<Link
className="card main-card padding--lg margin-bottom--lg"
to="/docs/nodes/installation">
<h2>Become A Validator</h2>
<div>Validate blocks on the network and earn $JKL as a reward.</div>
</Link>
</article>
<article className='col col--4'>
<Link
className="card main-card padding--lg margin-bottom--lg"
to="/docs/nodes/testnet">
<h2>Join the Testnet</h2>
<div>Join the testnet to deploy your dApp & interact with Jackal for free.</div>
</Link>
</article>
</div>
</div>
</header>