Skip to content

Commit

Permalink
feat: two column layout for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 27, 2024
1 parent e473120 commit 1e9b85e
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sidebar_position: 0
title: Home
description: Homepage
image: /img/aelficon.png
hide_table_of_contents: true
---

![](/img/banner.jpeg)
Expand All @@ -12,6 +13,10 @@ image: /img/aelficon.png

aelf is a high-performance, cloud-native, layer-1 blockchain network with its Mainnet nodes running on different cloud-computing data centers. It provides a high-speed running environment for smart contracts and enables the execution of contracts in parallel and smart contract microservitization running on server clusters. Its MainChain and multi-SideChains architecture supports efficient indexing within the network and guarantees almost unlimited scalability. The built-in cross-chain design facilitates ultra-fast interaction of data. The innovative hybrid of shared SideChain and exclusive SideChain greatly lowers the cost for developers and users and further enhances the overall network performance.

<section className="row">

<article className="col col--6 margin-bottom--lg">

## 🏁 Quick Start

- [Intro](/quick-start/intro-to-aelf-development/) to aelf Development
Expand All @@ -21,6 +26,10 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma
- [Run](/quick-start/run-a-side-chain/) a Side Chain
- [Explore](/quick-start/explore-running-aelf-side-chain/) running aelf's side chain

</article>

<article className="col col--6 margin-bottom--lg">

## 📚 Understanding aelf

- [Core](/learn/core/) - aelf's core architecture
Expand All @@ -32,6 +41,10 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma
- [Smart Contract](/learn/smart-contract/) - aelf's smart contract architecture
- [ACS Introduction](/learn/acs-introduction/) - An introduction to aelf contract system

</article>

<article className="col col--6 margin-bottom--lg">

## 📖 Tutorials

- [Smart Contract](/tutorials/smart-contract-development/) Development
Expand All @@ -41,6 +54,10 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma
- Run a [Side Chain](/tutorials/operate-a-node/run-a-side-chain/)
- Run aelf on [Cloud](/tutorials/operate-a-node/run-aelf-on-cloud/)

</article>

<article className="col col--6 margin-bottom--lg">

## 🛠️ Tools

- [Chain SDK](/tools/chain-sdk/) - Develop blockchain specific applications using ChainSDK
Expand All @@ -50,10 +67,18 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma
- [Faucet](/tools/faucet/) - Test your dApp with aelf test tokens
- [Design](/tools/design/) - Explore aelf design library

</article>

<article className="col col--6 margin-bottom--lg">

## ⭐️ References

- Web API - Interact with the aelf blockchain through the web
- Smart Contract API - Access smart contract functionalities using API
- [Web API](/docs/web-api/) - Interact with the aelf blockchain through the web
- [Smart Contract API](/docs/smart-contract-api/) - Access smart contract functionalities using API

</article>

<article className="col col--6 margin-bottom--lg">

## 🔖 Resources

Expand All @@ -63,3 +88,7 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma
- [Browser Extension](/resources/browser-extension/) - Explore Portkey wallet and other extensions
- [DevOps](/resources/devops/) - Tools to build and deploy efficiently
- [Protobuf Extension](/resources/protobuf-extension/) - An open-source gRPC

</article>

</section>

0 comments on commit 1e9b85e

Please sign in to comment.