import React from 'react'; import clsx from 'clsx'; import Link from '@docusaurus/Link'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import Layout from '@theme/Layout'; import HomepageFeatures from '@site/src/components/HomepageFeatures'; import styles from './index.module.css'; function HomepageHeader() { const {siteConfig} = useDocusaurusContext(); return (

{siteConfig.title}

{siteConfig.tagline}

Get Started

About Jackal

Jackal Protocol

Networks

Join the Community

Get Involved

Get a Wallet

Set up an account on Jackal to interact with the chain

Staking and Liquidity

Learn how to earn yield on your JKL tokens

Contribute

Maintain and improve the Jackal Documentation

Decentralize the Network

Become A Validator

Validate blocks on the network and earn $JKL as a reward.

Join the Testnet

Join the testnet to deploy your dApp & interact with Jackal for free.

Become a Provider

Start storing data for the Jackal Network to ensure data security for Jackal users.
); } export default function Home() { const {siteConfig} = useDocusaurusContext(); return ( ); }