diff --git a/docs/04-resources/06-guides/rsk-cli/command.md b/docs/04-resources/06-guides/rsk-cli/command.md index 6e1f0fda..5c9cf305 100644 --- a/docs/04-resources/06-guides/rsk-cli/command.md +++ b/docs/04-resources/06-guides/rsk-cli/command.md @@ -1,18 +1,18 @@ --- sidebar_position: 2 -sidebar_label: CLI Commands on RSK CLI -title: CLI Commands on RSK CLI -description: "The RSK CLI (Command Line Interface) lets you manage your Rootstock wallet directly from the terminal. Create, manage, and fund your wallet with RBTC (Rootstock Bitcoin) easily and securely." -tags: [RSK CLI commands, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] +sidebar_label: CLI Commands on Rootstock-CLI +title: CLI Commands on Rootstock-CLI +description: "The Rootstock-CLI (Command Line Interface) lets you manage your Rootstock wallet directly from the terminal. Create, manage, and fund your wallet with RBTC (Rootstock Bitcoin) easily and securely." +tags: [Rootstock-CLI commands, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] --- -The **RSK CLI (Command Line Interface)** lets you manage your Rootstock wallet directly from the terminal. Create, manage, and fund your wallet with **RBTC (Rootstock Bitcoin)** easily and securely. +The **Rootstock-CLI (Command Line Interface)** lets you manage your Rootstock wallet directly from the terminal. Create, manage, and fund your wallet with **RBTC (Rootstock Bitcoin)** easily and securely. -With the RSK CLI, managing your wallet is simple. You can view saved wallets, switch between them, update wallet names, or delete wallets safely. Its user-friendly design ensures easy handling of all wallet tasks quickly and confidently from the terminal. +With the Rootstock-CLI , managing your wallet is simple. You can view saved wallets, switch between them, update wallet names, or delete wallets safely. Its user-friendly design ensures easy handling of all wallet tasks quickly and confidently from the terminal. ## Managing Your Wallet -To begin managing your wallet using RSK CLI, run the following command in your terminal: +To begin managing your wallet using Rootstock-CLI, run the following command in your terminal: ``` rsk-cli wallet @@ -126,7 +126,7 @@ You’ll then be asked to create a password to encrypt the wallet, similar to wh - Press the Enter key to select this option. -- After selecting "List saved wallets", you will see an output similar to the following on your terminal: +- After selecting `List saved wallets`, you will see an output similar to the following on your terminal: ``` 📜 Saved wallets (1): @@ -179,7 +179,7 @@ You’ll then be asked to create a password to encrypt the wallet, similar to wh - Press the Enter key to select this option. -- After selecting "Switch wallets," you will see an output similar to the following on your terminal: +- After selecting `Switch wallets`, you will see an output similar to the following on your terminal: ``` ? 🔁 Select the wallet you want to switch to: (Use arrow keys) @@ -188,7 +188,7 @@ You’ll then be asked to create a password to encrypt the wallet, similar to wh ``` - Use the arrow keys to scroll through the list of available wallets. -- Highlight the wallet you want to switch to (e.g., tyhge). +- Highlight the wallet you want to switch to (e.g., `tyhge`). - Press Enter to confirm your selection. After selecting a wallet, you will see a confirmation similar to this: @@ -239,7 +239,7 @@ If you attempt to switch wallets but only have one wallet saved, you will receiv tyhge ``` -- Use the **arrow keys** to highlight the wallet you want to rename (e.g., iktesty). +- Use the **arrow keys** to highlight the wallet you want to rename (e.g., `iktesty`). - Press **Enter** to confirm your selection. - After selecting the wallet, you will be prompted to enter a new name: @@ -379,7 +379,7 @@ Click on the **Transaction Hash** button to view the transaction details on the ## Checking Your Wallet Balance -The balance command in the RSK CLI allows for viewing the amount of RBTC in your wallet on the Rootstock network. This command supports both Mainnet (live network) and Testnet (testing network). Always make sure to use the correct network to avoid any confusion. +The balance command in the Rootstock-CLI allows for viewing the amount of RBTC in your wallet on the Rootstock network. This command supports both Mainnet (live network) and Testnet (testing network). Always make sure to use the correct network to avoid any confusion. diff --git a/docs/04-resources/06-guides/rsk-cli/deploy.md b/docs/04-resources/06-guides/rsk-cli/deploy.md index bb25197b..7e957f0f 100644 --- a/docs/04-resources/06-guides/rsk-cli/deploy.md +++ b/docs/04-resources/06-guides/rsk-cli/deploy.md @@ -1,9 +1,9 @@ --- sidebar_position: 3 -sidebar_label: Deploy Smart Contract via RSK CLI -title: RSK CLI Deploy +sidebar_label: Deploy Smart Contract via Rootstock-CLI +title: Rootstock-CLI Deploy description: "The rsk-cli enables you to deploy your smart contract" -tags: [RSK CLI, deploy, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] +tags: [Rootstock-CLI, deploy, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] --- ### **Step 1: Set Up Your Hardhat Project** diff --git a/docs/04-resources/06-guides/rsk-cli/interact.md b/docs/04-resources/06-guides/rsk-cli/interact.md index 2493619b..a7513fc6 100644 --- a/docs/04-resources/06-guides/rsk-cli/interact.md +++ b/docs/04-resources/06-guides/rsk-cli/interact.md @@ -1,11 +1,11 @@ --- sidebar_position: 5 -sidebar_label: RSK CLI Interact with Verified Smart Contracts -title: RSK CLI Interact with Verified Smart Contracts +sidebar_label: Rootstock-CLI Interact with Verified Smart Contracts +title: Rootstock-CLI Interact with Verified Smart Contracts description: "The contract command allows you to interact with a verified smart contract on the Rootstock blockchain. This command lists all available read-only functions within the contract, allowing you to call these functions to view data without altering the contract's state. " -tags: [RSK CLI, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] +tags: [Rootstock-CLI, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] --- The contract command allows you to interact with a verified smart contract on the Rootstock blockchain. diff --git a/docs/04-resources/06-guides/rsk-cli/introducton.md b/docs/04-resources/06-guides/rsk-cli/introducton.md index b64c99e0..bdba6c47 100644 --- a/docs/04-resources/06-guides/rsk-cli/introducton.md +++ b/docs/04-resources/06-guides/rsk-cli/introducton.md @@ -1,18 +1,18 @@ --- sidebar_position: 1 -sidebar_label: Overview of RSK CLI -title: Overview of RSK CLI +sidebar_label: Overview of Rootstock-CLI +title: Overview of Rootstock-CLI description: "The rsk-cli tool enables users to manage wallets, check balances, send transactions, verify smart contracts and interact with smart contracts on the Rootstock blockchain - a Bitcoin sidechain designed for smart contracts. It supports both mainnet and testnet environments." -tags: [RSK CLI, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] +tags: [Rootstock-CLI, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] --- The `rsk-cli` tool enables users to manage wallets, check balances, send transactions, verify smart contracts, and interact with smart contracts on the Rootstock blockchain—a Bitcoin sidechain designed for smart contracts. It supports both mainnet and testnet environments. Additionally, the tool provides bridge interaction features, allowing users to seamlessly transfer assets between Rootstock and Bitcoin (or other supported blockchains) via integrated bridge protocols. -The **RSK CLI (Command Line Interface)** allows you to interact with your Rootstock wallet directly from the terminal, giving you control over creating, managing, and funding your wallet with RBTC (Smart Bitcoin). +The **Rootstock-CLI (Command Line Interface)** allows you to interact with your Rootstock wallet directly from the terminal, giving you control over creating, managing, and funding your wallet with RBTC (Smart Bitcoin). -In this guide, we will explore how to use the RSK CLI to create a wallet, manage it securely, and add funds to it. +In this guide, we will explore how to use the Rootstock-CLI to create a wallet, manage it securely, and add funds to it. ## Key Features diff --git a/docs/04-resources/06-guides/rsk-cli/sandbox.md b/docs/04-resources/06-guides/rsk-cli/sandbox.md index e76b64c4..9cb826d2 100644 --- a/docs/04-resources/06-guides/rsk-cli/sandbox.md +++ b/docs/04-resources/06-guides/rsk-cli/sandbox.md @@ -3,7 +3,7 @@ sidebar_position: 6 sidebar_label: Try the RSK CLI on Replit title: Try the RSK CLI on Replit description: "You can try out the RSK CLI in an online sandbox environment like Replit without needing to set up everything locally" -tags: [RSK CLI, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] +tags: [Rootstock-CLI, RSK CLI guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] --- You can try out the RSK CLI in an online sandbox environment like Replit without needing to set up everything locally. Follow these steps to get started: diff --git a/docs/04-resources/06-guides/rsk-cli/verify.md b/docs/04-resources/06-guides/rsk-cli/verify.md index 7c2a1ae4..c8f35059 100644 --- a/docs/04-resources/06-guides/rsk-cli/verify.md +++ b/docs/04-resources/06-guides/rsk-cli/verify.md @@ -1,12 +1,12 @@ --- sidebar_position: 4 -sidebar_label: Verify Smart Contract on RSK CLI -title: Verify Smart Contract on RSK CLI +sidebar_label: Verify Smart Contract on Rootstock-CLI +title: Verify Smart Contract on Rootstock-CLI description: "The rsk-cli tool enables users to manage wallets, check balances, send transactions, verify smart contracts and interact with smart contracts on the Rootstock blockchain - a Bitcoin sidechain designed for smart contracts. It supports both mainnet and testnet environments." -tags: [RSK CLI, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] +tags: [Rootstock-CLI, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] --- -To verify a smart contract on the RSK CLI, the `rsk-cli` verify command allows developers to submit their contract source code and other information to the Rootstock Explorer API. +To verify a smart contract on the Rootstock-CLI, the `rsk-cli` verify command allows developers to submit their contract source code and other information to the Rootstock Explorer API. The `rsk-cli` verify command enables the verification of a smart contract on Rootstock's mainnet or testnet by providing the contract code, address, and other metadata through a JSON file.