Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
File renamed without changes.
7 changes: 7 additions & 0 deletions docs/tools/cli-tools/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "CLI Commands",
"position": 2,
"link": {
"type": "generated-index"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Initialize configs'
---


# Config
# config

## Description
The `ConfigCli` tool is a command-line utility within the Libra Framework designed to facilitate the generation and management of configuration files for various components of the 0L Network. Its primary function is to create and modify the `libra.yaml` configuration file, which is essential for the operation of CLI tools like `txs`, `tower`, and others within the ecosystem.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Query",
"label": "query",
"position": 3,
"link": {
"type": "generated-index",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Community Wallet Activation
# community

Community Wallet is a qualification an account can receive if it is composed of certain properties. Those properties are:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
description: 'Interact with Move Code'
---

# Txs - Generate Transaction
# generate-transaction



Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Key Rotation
# rotatate-key
> CAUTION: Please read carefully and ensure you understand these instructions. Rotating the wrong key could lock you out of your account and make funds permanently inaccessible.

There are two cases:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
description: 'Transfer Coins'
---

# Txs - Transfer
# transfer



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
description: 'Upgrade VM Libraries'
---

# Txs - Upgrade
# upgrade



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
description: 'Control a Validator'
---

# Txs - Validator
# validator



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
description: 'Create an Account'
---

# Wallet
# wallet

## Description
The Libra wallet tool provides essential functionalities for managing digital wallets within the 0L Network ecosystem. It is designed to handle digital currencies and assets through secure key management, account maintenance, and transaction processes.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Instructions for running a fullnode with docker etc. can be found at: https://gi

# Execute transactions with `libra` binary
The `libra` cli binary for running the node, also includes subcommands for executing transactions.
[More info:](docs/cli-tools/txs/transfer.md)
[More info:](docs/tools/cli-tools/txs/transfer.md)

## Optionally use NodeJS sdk
The NodeJS typescript SDK is available for integrators. This library is NOT included in the container environment.
Expand Down
2 changes: 1 addition & 1 deletion docs/cli-tools/move/index.md → docs/tools/move/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ When publishing Move modules, if multiple modules are in one package, then all t

### Running a Move function
:::note
The `move run` feature is currently not available but we have a work around for interacting with move functions. View a full description [here](../txs/generate-transaction.md)
The `move run` feature is currently not available but we have a work around for interacting with move functions. View a full description [here](../cli-tools/txs/generate-transaction.md)
:::


Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/validators/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ In this system, validators are required to submit bids as part of a competitive
#### Overview
To participate in the bidding process for the next epoch, validators must
maintain compliance. Non-compliant validators at the time of an epoch change
will be [jailed](../cli-tools/txs/validator.md) and must be
will be [jailed](../tools/cli-tools/txs/validator.md) and must be
un-jailed by one of the active validators to re-enter the process.

#### Detailed Compliance Criteria

1. **For New Entrants**:
- Obtain 2 [vouches](../cli-tools/txs/validator.md#manage-vouching-operations) from existing validators, ensuring no shared ancestry.
- Obtain 2 [vouches](../tools/cli-tools/txs/validator.md#manage-vouching-operations) from existing validators, ensuring no shared ancestry.
- Submit a bid that ranks among the highest in comparison to others, relative to the number of available validator seats. Essentially, the bid should be sufficiently competitive to fall within the range of top bids for the given number of validator seats.

2. **For Existing Epoch Validators**:
Expand Down