# cleos/eosc

Cleos and eosc are both command line tools used to interact with Antelope blockchain networks including [XPR Network](https://xprnetwork.org/).

You will need to visit [Antelope Leap](https://github.com/AntelopeIO/leap/releases) download and install **Leap v5.0.3** which contains and will install **keosd** and **cleos** as well.

## LOGIN TO EXPLORER USING CLEOS

### 1. Download and install the [Leap](https://github.com/AntelopeIO/leap/releases).

```
sudo apt-get update
sudo apt-get install -y ~/Downloads/leap*.deb
```

### 2. Go to [Explorer](https://explorer.xprnetwork.org/). Click Login at the top right corner.

<figure><img src="/files/sbtdORSfAPcUqhCR3trf" alt=""><figcaption></figcaption></figure>

### 3. Select cleos in the Connect To Wallet pop up window.&#x20;

<figure><img src="/files/V0UiaChgO7y782Oiuik4" alt=""><figcaption></figcaption></figure>

### 4. Enter your account name&#x20;

<figure><img src="/files/yYirOvZpQilH56tgBiC8" alt=""><figcaption></figcaption></figure>

### 5. Confirm that you are successfully logged in.

<figure><img src="/files/oM2UK5iXvikVMtsUH9bR" alt=""><figcaption></figcaption></figure>

You should see your account username in the top right corner if you have successfully logged in.

### 6. Do a transaction - copy and paste the cleos command.&#x20;

<figure><img src="/files/CahFNNzzkDKrAmFNqffj" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bloks.io/desktop-wallets/cleos-eosc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
