Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 2.03 KB

index.rst

File metadata and controls

77 lines (56 loc) · 2.03 KB

Welcome to AElf's official documentation!

.. toctree::

   Introduction <introduction/introduction>

.. toctree::
   :caption: Getting Started
   :maxdepth: 2

   Overview <getting_started/overview>
   Development Environment <getting_started/development-environment/index>
   Smart Contracts <getting_started/smart_contracts/index>
   Becoming a BP <getting_started/becoming_a_bp/index>

.. toctree::
   :caption: Tutorials
   :maxdepth: 2

   AElf Blockchain Boot Sequence <tutorials/boot-sequence>
   Joining AElf's TestNet <tutorials/testnet>
   Joining AElf's MainNet <tutorials/mainnet>
   Running a side chain <tutorials/cross-chain/index>
   Running AElf on the cloud <tutorials/cloud/index>
   Smart Contract Developing Demos <tutorials/smart-contract-demos/index>


.. toctree::
   :caption: Protocol
   :maxdepth: 2

   Consensus <protocol/consensus>
   Network <protocol/network>
   Addresses <protocol/addresses>
   Transactions <protocol/transactions>


.. toctree::
   :caption: Architecture
   :maxdepth: 2

   Core <architecture/core/index>
   Cross-chain <architecture/cross-chain/index>
   Smart contract <architecture/smart-contract/index>


.. toctree::
   :caption: Reference
   :maxdepth: 2

   Web API <reference/web-api/web-api>
   Chain SDK <reference/chain-sdk/index>
   Contract SDK <reference/contract-sdk/index>
   Smart Contract API <reference/smart-contract-api/index>
   Acs Introduction <reference/acs/index>
   Command-line Interface <reference/cli/index>


.. toctree::
   :caption: Resources
   :maxdepth: 2

   Wallet and Block Explorer <resources/wallet-and-explorer/index>
   Browser Extension <resources/browser-extension>
   DevOps <resources/devops/devops>
   AElf White Paper <https://aelf.com/gridcn/aelf_whitepaper_v1.7_en.pdf>
   AElf Economic System White Paper <https://aelf.com/gridcn/aelf_Economic_and_Governance_Whitepaper_v1.2_en.pdf>


.. toctree::
   :hidden:
   :maxdepth: 2

   tutorials/cross-chain/running-side-chain
   tutorials/__run-node
   getting_started/smart_contracts/index