Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node docs #4572

Merged
merged 23 commits into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions developer-docs-site/docs/concepts/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ Below is a summary flow diagram of how staking on the Aptos blockchain works. Th
}}
/> --->

:::tip Staking and Governance in AIT-3

For a step-by-step walkthrough of staking and voting, see [Steps in AIT-3](/nodes/ait/steps-in-ait3.md).

:::

### How a custodian can stake on Aptos

Expand Down Expand Up @@ -101,7 +96,7 @@ Participating as a validator node on the Aptos network works like this:
4. Your stake will automatically be locked up for a fixed duration (set by the Aptos governance) and will be automatically renewed at expiration. You cannot withdraw any of your staked amount until your lockup period expires. See [https://github.com/aptos-labs/aptos-core/blob/00a234cc233b01f1a7e1680f81b72214a7af91a9/aptos-move/framework/aptos-framework/sources/stake.move#L728](https://github.com/aptos-labs/aptos-core/blob/00a234cc233b01f1a7e1680f81b72214a7af91a9/aptos-move/framework/aptos-framework/sources/stake.move#L728).

:::tip Joining the validator set
For step-by-step instructions on how to join the validator set, see: [Joining Validator Set](/nodes/ait/connect-to-testnet#joining-validator-set).
For step-by-step instructions on how to join the validator set, see: [Joining Validator Set](/nodes/validator-node/operator/connect-to-aptos-network#joining-validator-set).
:::

### Minimum and maximum stake
Expand Down
36 changes: 23 additions & 13 deletions developer-docs-site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ hide_table_of_contents: true

Welcome! At Aptos Labs we are building a Layer 1 for everyone. This documentation will help you develop applications for the Aptos blockchain, run nodes, and be a part of the blossoming Aptos community. This documentation covers both basic and advanced topics. Here you will find concepts, how-to guides, quickstarts, tutorials, API references, code examples, release notes, and more.

:::tip Looking for the AIT-3 docs?
Click [here for Aptos Incentivized Testnet-3 docs](/nodes/ait/ait-3).
:::

## Start here

<div class="docs-card-container">
Expand Down Expand Up @@ -62,17 +58,23 @@ Welcome! At Aptos Labs we are building a Layer 1 for everyone. This documentatio
## Nodes

<div class="docs-card-container">
<div class="row row-cols-1 row-cols-md-3a g-4">
<div class="row row-cols-1 row-cols-md-2a g-4">
<div class="col">
<div class="card card-body h-100 d-flex flex-column" >
<a href="nodes/nodes-index" class="card-title card-link stretched-link"> <h2>Run a validator or a fullnode</h2></a>
<p class="card-text">Install and run a Validator or a Fullnode.</p>
<a href="/nodes/validator-node/validators" class="card-title card-link stretched-link"> <h2>Run a validator node</h2></a>
<p class="card-text">Install and run a validator or a fullnode.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column" >
<a href="nodes/nodes-index#for-a-local-testnet" class="card-title card-link stretched-link"> <h2>Run a local testnet</h2></a>
<p class="card-text">Run a Validator node on your local testnet.</p>
<a href="/nodes/local-testnet/local-testnet-index" class="card-title card-link stretched-link"> <h2>Run a local testnet</h2></a>
<p class="card-text">Run a validator node on your local testnet.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column" >
<a href="nodes/full-node/public-fullnode" class="card-title card-link stretched-link"> <h2>Run a public fullnode</h2></a>
<p class="card-text">Run a public fullnode and connect to devnet.</p>
</div>
</div>

Expand All @@ -82,12 +84,20 @@ Welcome! At Aptos Labs we are building a Layer 1 for everyone. This documentatio
## SDKs and APIs

<div class="docs-card-container">
<div class="row row-cols-1 row-cols-md-3a g-4">
<div class="row row-cols-1 row-cols-md-2a g-4">
<div class="col">
<div class="card h-100" >
<div class="card-body d-flex flex-column" >
<a href="/cli-tools/aptos-cli-tool/aptos-cli-index" class="card-title card-link stretched-link"> <h2>CLI</h2></a>
<p class="card-text">CLI for developing and deploying on the Aptos blockchain.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100" >
<div class="card-body d-flex flex-column" >
<a href="https://aptos-labs.github.io/ts-sdk-doc/" class="card-title card-link stretched-link"> <h2>Typescript SDK</h2></a>
<p class="card-text">API reference for transacting with the Aptos blockchain.</p>
<a href="/sdks/index" class="card-title card-link stretched-link"> <h2>SDKs</h2></a>
<p class="card-text">SDKs for building on the Aptos blockchain.</p>
</div>
</div>
</div>
Expand All @@ -104,7 +114,7 @@ Welcome! At Aptos Labs we are building a Layer 1 for everyone. This documentatio

## Aptos devnet

:::info Aptos Devnet Resets
:::tip Aptos Devnet Resets
The Aptos devnet is reset every Thursday Morning (PST). See the latest updates in [Aptos Discord][discord].
:::info

Expand Down
147 changes: 0 additions & 147 deletions developer-docs-site/docs/nodes/ait/additional-doc.md

This file was deleted.

Loading