First copy import.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "The bare bones of what you need to start using the Jackal Chain!"
|
||||
"description": "Welcome to the Pack!"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Create a Page
|
||||
|
||||
Add **Markdown or React** files to `src/pages` to create a **standalone page**:
|
||||
|
||||
- `src/pages/index.js` → `localhost:3000/`
|
||||
- `src/pages/foo.md` → `localhost:3000/foo`
|
||||
- `src/pages/foo/bar.js` → `localhost:3000/foo/bar`
|
||||
|
||||
## Create your first React Page
|
||||
|
||||
Create a file at `src/pages/my-react-page.js`:
|
||||
|
||||
```jsx title="src/pages/my-react-page.js"
|
||||
import React from 'react';
|
||||
import Layout from '@theme/Layout';
|
||||
|
||||
export default function MyReactPage() {
|
||||
return (
|
||||
<Layout>
|
||||
<h1>My React page</h1>
|
||||
<p>This is a React page</p>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
```
|
||||
|
||||
A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page).
|
||||
|
||||
## Create your first Markdown Page
|
||||
|
||||
Create a file at `src/pages/my-markdown-page.md`:
|
||||
|
||||
```mdx title="src/pages/my-markdown-page.md"
|
||||
# My Markdown page
|
||||
|
||||
This is a Markdown page
|
||||
```
|
||||
|
||||
A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page).
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# What is the Jackal Protocol?
|
||||
|
||||
The Jackal Protocol is a fast, scalable, and secure blockchain that empowers individuals, developers, and enterprises to increase their data privacy and cybersecurity posture without sacrificing ease of use. This protocol strives to offer world-class applications to protect the planet’s most important data–your data.
|
||||
|
||||
Unlike other blockchains, the Jackal Protocol utilizes both validators and storage providers. The Jackal Protocol allows developers to build decentralized applications with the ability to interface with all Jackal Protocol Modules–including storage contracts and file structure. This allows developers to adjust the ownership of data, share data with other jackal users or smart contracts, and transfer small or large amounts of encrypted data without centralized storage providers or middleware. This data is always self-custodial meaning no one– not even the team at Jackal–can access or view your data.
|
||||
|
||||
This blockchain currently consists of seven [modules](https://github.com/JackalLabs/canine-chain/blob/master/x/README.md): [jklMint](https://github.com/JackalLabs/canine-chain/blob/master/x/jklmint/README.md), [lp](https://github.com/JackalLabs/canine-chain/blob/master/x/lp/README.md), [rns](https://github.com/JackalLabs/canine-chain/blob/master/x/rns/README.md), [wasm](https://github.com/JackalLabs/canine-chain/blob/master/x/wasm/README.md), [storage](https://github.com/JackalLabs/canine-chain/blob/master/x/storage/README.md), __filetree__ and [dsig](https://github.com/JackalLabs/canine-chain/blob/master/x/dsig/README.md). These interoperable modules allow for the creation of secure, scalable, and truly decentralized applications.
|
||||
@@ -0,0 +1,29 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# What is the JKL Token?
|
||||
|
||||
The JKL Token is the native token that powers the infrastructure of the Jackal Protocol and can be applied in a multitude of different ways.
|
||||
|
||||
## dApps
|
||||
|
||||
Applications built on the Jackal Protocol, such as Jackal Storage and the RNS Marketplace may choose to leverage the JKL token to expand its utility.
|
||||
|
||||
|
||||
## Securing the Network
|
||||
|
||||
As the Jackal Protocol is a Proof-of-Stake (PoS) Cosmos L1 blockchain, JKL can be delegated to validators to secure the network and earn JKL rewards. Otherwise known as staking or staked tokens.
|
||||
|
||||
## Transaction Fees
|
||||
Transactions on the Jackal Protocol must be paid for using JKL. As the protocol is PoS, cost of transactions are inexpensive.
|
||||
|
||||
## Governance
|
||||
Staked tokens grant on-chain governance participation within the Jackal Protocol to vote on text, software, spend, and other governance proposals.
|
||||
|
||||
## Collateral
|
||||
The JKL token can act as collateral for validators, storage providers, and other smart contract usecases.
|
||||
|
||||
## Liquidity Provision
|
||||
JKL can be allocated into a liquidity pool to earn JKL rewards.
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Why would I use the Jackal Protocol?
|
||||
|
||||
Jackal users are empowered with a fast and scalable blockchain while having the ability to be self custodial of their data. It may be hard to comprehend why many strive for a high digital privacy and cyber security posture, so here is a community compiled list of reasons people use the Jackal Protocol.
|
||||
|
||||
- "I want a transparent, secure, and unified experience with web3."
|
||||
|
||||
- "The same reason we think our phones are listening to us!"
|
||||
|
||||
- "I want better cybersecurity but don’t want to change your passwords every month."
|
||||
|
||||
- "Because I shouldnt have to give up ownership of all my personal information to access basic services on the Internet."
|
||||
|
||||
- "I cant trust third parties that sell your data when 15 million people in the US alone experience identity theft with over 50 billion in financial losses!"
|
||||
|
||||
- "Data breaches have exposed 14 billion of our records including passwords, usernames, emails, IP addresses, phone numbers, VINs, physical addresses, and more!"
|
||||
|
||||
- Check if you have been compromised below:
|
||||
- https://www.dehashed.com/
|
||||
- https://haveibeenpwned.com/
|
||||
|
||||
- "I believe in open-source, transparent, ethical and humane technology."
|
||||
|
||||
- "It's empowering to own your own data."
|
||||
|
||||
- "Digital privacy is a fundamental human right and cybersecurity should be accessible to all."
|
||||
|
||||
- "Third-party cookies or trackers are invasive and unnecicary."
|
||||
|
||||
- "The only person that can sell my data is me."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user