The Rootstock CLI (rsk-cli) offers an online sandbox environment within Replit, enabling you to quickly set up and use the CLI without any local installation.

Follow these steps to get started:

````mdx-code-block


  
      <figcaption>RSK-CLI environment on Replit (fig 1.)</figcaption>
  </figure>

    This project provides a convenient interface for interacting with the Rootstock blockchain, enabling tasks such as wallet management, balance checking, `rBTC` transfers, and smart contract deployment.

    The Replit environment allows you to run the CLI directly in your browser without requiring any local setup, making it accessible and easy to use.

  </Step>
  
  
      <figcaption>Run RSK-CLI on Replit (fig 2.)</figcaption>
    </figure>

     Once the project is forked, you’ll see the code editor and the options for running the project.
    * Click the **Run** button at the top of the page. This will start the CLI and open it in a console window on the right-hand side of the screen.
  </Step>
  
      <figcaption>Interact with RSK-CLI on Replit (fig 3.)</figcaption>
    </figure>

     You should see the CLI interface running in the Replit terminal. Here you can use the CLI commands to test various functionalities like creating a wallet, switching wallets, and executing `read/write` functions.
  </Step>
 </Steps>
````
