Skip to content

Commit

Permalink
feat: move to quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 26, 2024
1 parent 336cae3 commit b92ad64
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 443 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes
- [Operations](/quick-start/node-operators/operations/)
- [Run a testnet](/quick-start/node-operators/run-a-testnet-node/) node
- [Run a mainnet](/quick-start/node-operators/run-a-mainnet-node/) node
- [Simulate](/quick-start/node-operators/simulation-in-local-environment) in your local environment
- [Create](/quick-start/node-operators/explore-running-aelf-side-chain) a side chain
- [Simulate](/quick-start/node-operators/simulation-in-local-environment/) in your local environment
- [Create](/quick-start/node-operators/creation-of-a-side-chain/) a side chain
- [Run](/quick-start/node-operators/running-a-side-chain/) a side chain

</article>

Expand All @@ -56,7 +57,6 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes

- [Operate a Node](/tutorials/operate-a-node/)
- Run aelf on [Cloud](/tutorials/operate-a-node/run-aelf-on-cloud/)
- Run a [Side Chain](/tutorials/operate-a-node/run-a-side-chain/)

</article>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Upon creating a new proposal for the side chain, the `ProposalCreated` event con

Once the side chain is created, the `SideChainCreatedEvent` containing the chain ID will be fired.

The side chain node can be launched once it is created on the main chain. Ensure the side chain ID from the creation result is configured correctly before launching the side chain node. Make sure the cross-chain communication context is correctly set, as the side chain node will request main chain node for chain initialization data. For more details, check the [side chain node running tutorial](/tutorials/operate-a-node/run-a-side-chain/).
The side chain node can be launched once it is created on the main chain. Ensure the side chain ID from the creation result is configured correctly before launching the side chain node. Make sure the cross-chain communication context is correctly set, as the side chain node will request main chain node for chain initialization data. For more details, check the [side chain node running tutorial](/quick-start/node-operators/running-a-side-chain/).

## Side Chain Types

Expand Down Expand Up @@ -424,4 +424,4 @@ createSideChain().then(() => {



Next, we can move on to [Running a Side Chain](/tutorials/operate-a-node/run-a-side-chain/).
Next, we can move on to [Running a Side Chain](/quick-start/node-operators/running-a-side-chain/).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 5
title: Run a Side Chain
description: Operational details.
---
Expand All @@ -17,7 +17,7 @@ This tutorial explains how to run a side chain node after it has been approved b

The key-pair (account) used for mining on the side chain must be the same as the one used on the main-chain node. Both production nodes need to be launched with the same key-pair.

For more information about side chain creation, refer to the document in the [request-side-chain section](/tutorials/operate-a-node/run-a-side-chain/request-side-chain-creation/).
For more information about side chain creation, refer to the document in the [request-side-chain section](/quick-start/node-operators/creation-of-a-side-chain/).

## Side Chain Configuration

Expand Down
14 changes: 0 additions & 14 deletions docs/tutorials/operate-a-node/run-a-side-chain/_category_.json

This file was deleted.

Loading

0 comments on commit b92ad64

Please sign in to comment.