fixing refs

This commit is contained in:
Marston Connell 2023-04-27 10:26:15 -04:00
parent 5707eaed0b
commit e9cbab60d3
5 changed files with 10748 additions and 7496 deletions

1
.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
nodeLinker: node-modules

View File

@ -8,7 +8,7 @@ The Jackal Protocol provides a decentralized infrastructure for secure and scala
Jackal Protocol stands apart, utilizing both validators and storage providers, enabling developers to create decentralized applications with seamless access to all [Jackal Protocol Modules](/docs/protocol/modules/module-overview.md), including storage contracts and file structures. Customize data ownership, share data with other Jackal users or smart contracts, and transfer encrypted data of any size, all without centralized storage providers or middleware. Your data remains self-custodial, ensuring that no one—not even the Jackal team—can access or view it.
Comprising seven interoperable [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](github.com/JackalLabs/canine-chain/blob/master/x/storage/README.md), [filetree](https://github.com/JackalLabs/canine-chain/blob/master/x/filetree/README.md), and [dsig](https://github.com/JackalLabs/canine-chain/blob/master/x/dsig/README.md) — the Jackal Protocol allows for the development of secure, scalable, and truly decentralized applications .
Comprising seven interoperable [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](https://github.com/JackalLabs/canine-chain/blob/master/x/filetree/README.md), and [dsig](https://github.com/JackalLabs/canine-chain/blob/master/x/dsig/README.md) — the Jackal Protocol allows for the development of secure, scalable, and truly decentralized applications .
The Jackal Protocol is [open source](https://github.com/JackalLabs/canine-chain) and community-driven, fostering a transparent and trustless ecosystem. Dive into this wiki to access comprehensive information on the protocol, usage, infrastructure, and opportunities.

View File

@ -6,8 +6,6 @@ sidebar_position: 2
The Keplr browser extension is a wallet for accessing some Jackal applications in the [Cosmos ecosystem](https://cosmos.network/). Keplr can be used to exchange/manage JKL and other Cosmos-based tokens, participate in governance from the [Jackal Dashboard](/docs/using-jackal/dashboard.md), and use Jackal Storage.
To use Jackal applications with a __high privacy and security posture__, create a new [Jackal Wallet](/docs/using-jackal/wallet/jackalwallet.md) or import private keys into a Jackal Wallet.
## Set up Keplr
More information about setting up a Keplr wallet can be found in the official [Keplr Documentation](https://docs.keplr.app/).

View File

@ -46,14 +46,7 @@ function HomepageHeader() {
</div>
<h2 className="component-heading">Get Involved</h2>
<div className='row margin-top--md'>
<article className='col col--4'>
<Link
className="card main-card padding--lg margin-bottom--lg"
to="/docs/using-jackal/wallet/jackalwallet">
<h2>Get a Wallet</h2>
<div>Set up an account on Jackal to interact with the chain</div>
</Link>
</article>
<article className='col col--4'>
<Link
className="card main-card padding--lg margin-bottom--lg"

18230
yarn.lock

File diff suppressed because it is too large Load Diff