Skip to content

Commit

Permalink
Replaced the RSK CLI with Rootstock-CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
wise4rmgodroot committed Dec 11, 2024
1 parent 79574fd commit 56c553e
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
24 changes: 12 additions & 12 deletions docs/04-resources/06-guides/rsk-cli/command.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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):
Expand Down Expand Up @@ -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)
Expand All @@ -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:
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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.


<Tabs>
Expand Down
6 changes: 3 additions & 3 deletions docs/04-resources/06-guides/rsk-cli/deploy.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
6 changes: 3 additions & 3 deletions docs/04-resources/06-guides/rsk-cli/interact.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 5 additions & 5 deletions docs/04-resources/06-guides/rsk-cli/introducton.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/04-resources/06-guides/rsk-cli/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions docs/04-resources/06-guides/rsk-cli/verify.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 56c553e

Please sign in to comment.