Skip to content

Commit

Permalink
change blog link, frontpage text
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 authored Jan 11, 2024
1 parent 09a9db6 commit ca3d26a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/bitcoin-wrapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Cross Chain DeFi & Wrapping
---

VSC's mission extends beyond its innovative consensus mechanisms and executor pools. It aspires to become the driving force behind the integration of various cryptocurrencies, starting with Bitcoin, into the HIVE ecosystem through a process known as wrapping. This approach paves the way for the seamless transfer and utilization of Bitcoin and potentially other cryptocurrencies within the HIVE network.
VSC's mission extends beyond its innovative smart contract capabilities. It aspires to become the driving force behind the integration of various cryptocurrencies, starting with Bitcoin, into the HIVE ecosystem through a process known as wrapping. This approach paves the way for the seamless transfer and utilization of Bitcoin and potentially other cryptocurrencies within the HIVE network.

VSC's ambitious roadmap includes plans for extending this wrapping capability to Ethereum (ETH), Litecoin (LTC), Dogecoin (DOGE), and potentially more digital assets. While this approach may not be the perfect solution for all scenarios, VSC is ready to facilitate most of these integrations, thanks to its robust support for Hashed Time-Locked Contracts (HTLCs).
VSC's ambitious roadmap includes plans for extending this wrapping capability to Ethereum (ETH), Litecoin (LTC), Dogecoin (DOGE), and potentially more digital assets. Currently, the goal is to build a full fleged wrapping system for the above cryptocurrency. However, this might not work for all cryptocurrencies or all assets. As a result VSC has support for atomic cross chain swaps using HTLCs. HTLCs, a fundamental feature of VSC, enable secure and trustless cross-chain transactions. With HTLC support, users can lock up assets on one blockchain while simultaneously generating a cryptographic proof that unlocks the equivalent amount on HIVE, seamlessly bridging the two ecosystems, therefore ultimately contributing to a more integrated and versatile crypto landscape.

HTLCs, a fundamental feature of VSC, enable secure and trustless cross-chain transactions. They serve as the core for wrapping Bitcoin and other cryptocurrencies onto the HIVE network. With HTLC support, users can lock up assets on one blockchain while simultaneously generating a cryptographic proof that unlocks the equivalent amount on HIVE, seamlessly bridging the two ecosystems, therefore ultimately contributing to a more integrated and versatile crypto landscape.
The full fleged wrapping approach we are going for is based off the [xclaim.io framework](https://xclaim.io). XClaim is a well known and trusted wrapping procedure currently in use on Ethereum & Polkadot. We will be applying similar concepts here for wrapping of Bitcoin & other cryptocurrencies onto Hive.

6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'VSC Network',
tagline: 'Documentation for Hive Smart Contracts',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -71,7 +71,7 @@ const config = {
position: 'left',
label: 'Home',
},
{to: '/blog', label: 'Blog', position: 'left'},
{href: 'https://peakd.com/@vsc.network', label: 'Blog', position: 'left'},
// {
// href: 'https://github.com/facebook/docusaurus',
// label: 'GitHub',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
to="/docs/getting-started/running-a-node">
Run a VSC node - 5min ⏱️
</Link>
</div>
</div>
Expand Down

0 comments on commit ca3d26a

Please sign in to comment.