From 09a9db691652aba64790048794f5c86a6b9aafa3 Mon Sep 17 00:00:00 2001 From: vaultec <47548474+vaultec81@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:01:42 -0800 Subject: [PATCH] video tutorial, block explorer --- docs/bitcoin-wrapping.md | 10 ++++++++++ .../{Running a node.md => Running a node.mdx} | 2 ++ docs/getting-started/index.md | 4 +++- docs/resources/block-explorer.md | 15 +++++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 docs/bitcoin-wrapping.md rename docs/getting-started/{Running a node.md => Running a node.mdx} (88%) create mode 100644 docs/resources/block-explorer.md diff --git a/docs/bitcoin-wrapping.md b/docs/bitcoin-wrapping.md new file mode 100644 index 0000000..db05e45 --- /dev/null +++ b/docs/bitcoin-wrapping.md @@ -0,0 +1,10 @@ +--- +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 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). + +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. + diff --git a/docs/getting-started/Running a node.md b/docs/getting-started/Running a node.mdx similarity index 88% rename from docs/getting-started/Running a node.md rename to docs/getting-started/Running a node.mdx index df01cc0..84c5e2f 100644 --- a/docs/getting-started/Running a node.md +++ b/docs/getting-started/Running a node.mdx @@ -2,6 +2,8 @@ slug: running-a-node --- + + # Running a node This tutorial will guide you through the process of setting up a VSC node . diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index bc80cd3..798d2a7 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -1,3 +1,5 @@ --- title: Getting Started ---- \ No newline at end of file +--- + +To get started, check out "running a node" \ No newline at end of file diff --git a/docs/resources/block-explorer.md b/docs/resources/block-explorer.md new file mode 100644 index 0000000..2ce0d36 --- /dev/null +++ b/docs/resources/block-explorer.md @@ -0,0 +1,15 @@ +--- +title: Block Explorer +--- + +# Blockexplorer + +A block explorer built by a community member (@techcoderx) is currently live, and the only block explorer available at hs point in time. Nonetheless, it supports important graphical functions for consuming & debugging VSC transcations + +[Block explorer 'VSC blocks'](https://vsc.techcoderx.com) by [techcoderx](https://github.com/techcoderx) + +Current features include: + +- Viewing witness status +- Viewing VSC blocks & transactions +- Multisig information such as withdrawels from VSC \ No newline at end of file