From 05e68f733dca3203f3cf7d708e072765e44a692a Mon Sep 17 00:00:00 2001 From: vaultec <47548474+vaultec81@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:41:48 +0100 Subject: [PATCH] Why VSC --- docs/why-vsc.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/why-vsc.md diff --git a/docs/why-vsc.md b/docs/why-vsc.md new file mode 100644 index 0000000..fe6d46e --- /dev/null +++ b/docs/why-vsc.md @@ -0,0 +1,30 @@ + +--- +title: Why use VSC? +--- + +## Why use VSC? + +Before picking a technology to use in your project, it's important to research and evaluate each one to determine a best fit technology for your use case. This document will give you a rough overview of what VSC does and enough details to make an informed decision for your project. + + + +#### Key information + +- Open & customizable smart contracts (custom NFTs, tokens, and more) + +- Improved onboarding by supporting native lite accounts with Ethereum & Social Logins + +- Smart contracts are feeless & lightning fast, powered by Hive. + +- Send & receive native Bitcoin within your smart contract. + +- State of the art cross chain functionality. VSC goes cross chain, with support for Bitcoin wrapping and more in the future using xclaim to guarantee security. + +- Upgradeable & future proof - The VSC network can be easily upgraded to add new functionality for use within smart contract(s) + +- Long term scalability - with the addition of horizontal scaling, VSC will be prepared for massive future growth. The success of one project does not increase RC for others. + +- Access to DeFi infrastructure & state of the art wrapping technology. + +- Code in any language! VSC uses webassembly as a smart contract VM, which provide a variety of language options and interopability with pre-existing libraries. Currently, we support AssemblyScript (JavaScript like), with plans to add Rust, Golang and many more in the future.