From 8a7697ea8dfd2268a3a229967a82688b91f43d66 Mon Sep 17 00:00:00 2001 From: James Hinshelwood Date: Fri, 8 Sep 2023 16:45:10 +0100 Subject: [PATCH] Add introductory documentation for ZQ2 --- docs/zq2/faq.md | 34 ++++++++++++++++++++++++++++ docs/zq2/index.md | 19 ++++++++++++++++ products/developer-portal/mkdocs.yml | 3 +++ 3 files changed, 56 insertions(+) create mode 100644 docs/zq2/faq.md create mode 100644 docs/zq2/index.md diff --git a/docs/zq2/faq.md b/docs/zq2/faq.md new file mode 100644 index 000000000..721697619 --- /dev/null +++ b/docs/zq2/faq.md @@ -0,0 +1,34 @@ +--- +id: zq2-faq +title: Zilliqa 2 - FAQ +keywords: [] +--- + +--- + +## What is Zilliqa 2? + +Zilliqa 2 is a complete rewrite of Zilliqa's blockchain node. +It will retain all the features of the current version of Zilliqa, including full EVM compatibility, while introducing significant improvements in network performance and utility. + +## What is new in Zilliqa 2? + +Zilliqa 2 offers faster finality and improved scalability through a new consensus algorithm and an enhanced sharding system. +There are many other exciting features in active development. +For more information, please visit the [Zilliqa blog](https://blog.zilliqa.com/evm-and-the-road-to-zilliqa-2-0-upgrading-network-efficiency/). + +## What happens to my existing ZIL and existing dApps? + +Zilliqa 2 will be fully compatible with the existing Zilliqa and EVM APIs, ensuring that most dApps should continue to function normally. +The state of the chain will remain unchanged, meaning your existing ZIL, tokens and NFTs will continue to exist as before. + +## Where can I use Zilliqa 2? + +We currently have a heavily in-development devnet which stays up-to-date with our latest code changes. +Naturally, this means you should expect some instability and occasional state resets. +As Zilliqa 2 matures, we will deploy more networks which offer greater stability. + +## What is the expected timeline for the release of Zilliqa 2? + +Providing an exact timeline for the full release can be challenging, as it depends on development progress and testing. +To stay updated on our progress and receive information about the release schedule, please keep an eye on our GitHub repository and follow our social media pages for updates. diff --git a/docs/zq2/index.md b/docs/zq2/index.md new file mode 100644 index 000000000..2dae8fdcc --- /dev/null +++ b/docs/zq2/index.md @@ -0,0 +1,19 @@ +--- +id: zq2 +title: Zilliqa 2 +keywords: [] +--- + +--- + +Zilliqa 2 is the next generation of the Zilliqa blockchain. +It is currently in active development at https://github.com/Zilliqa/zq2. +It is not yet stable or complete, feel free to create an issue in GitHub when you find problems. + +For more information please refer to the [FAQ](faq.md). + +## Networks + +| Name | EVM Chain Id | API | Explorer | Faucet | Notes | +| --- | --- | --- | --- | --- | --- | +| **Zilliqa 2 Devnet** | 33469 | https://api.zq2-devnet.zilstg.dev | https://explorer.zq2-devnet.zilstg.dev | https://faucet.zq2-devnet.zilstg.dev | Active unstable development network. Expect frequent updates, bugs and state resets. | diff --git a/products/developer-portal/mkdocs.yml b/products/developer-portal/mkdocs.yml index e45b01922..343139b73 100644 --- a/products/developer-portal/mkdocs.yml +++ b/products/developer-portal/mkdocs.yml @@ -391,6 +391,9 @@ nav: - Precompiles: zilevm/protocol/protocol-precompiles.md - Scilla/EVM Interwork: zilevm/protocol/protocol-interwork.md - RPC: zilevm/protocol/developer-rpc.md + - Zilliqa 2: + - Overview: zq2/index.md + - FAQ: zq2/faq.md - Exchanges: - Exchange Integration: - Getting Started: