# Ethereum Coin98 Telegram Wallet SDK Bot Integration

{% hint style="info" %}
This guide helps developers develop the Coin98 Telegram Bot, enabling smooth interactions and customized responses between partner mini-app and the Coin98 Telegram Wallet Follow the steps below to proceed with integration
{% endhint %}

## Install Coin98 Telegram Wallet SDK with Ethereum <a href="#install-coin98-sdk-with-ethereum" id="install-coin98-sdk-with-ethereum"></a>

**Example:**

* **Bot Coin98 Telegram Wallet:** @Coin98\_bot
* **Bot Example for integration:** @coin98\_connection\_bot

**Yarn**

`yarn add @coin98-com/telegram-connect-sdk`&#x20;

**Npm**

`npm i @coin98-com/telegram-connect-sdk`&#x20;

## How to use <a href="#how-to-use" id="how-to-use"></a>

Our documentation is available in **ReactJS** and **Javascript**, so you can choose based on your coding language and navigate to the appropriate link

1. [For Reactjs](https://docs.coin98.com/developer-guide/ethereum-super-wallet-sdk-bot-integration/ethereum-super-wallet-sdk-bot-integration-for-react)
2. [For Vanila Javascript](https://docs.coin98.com/developer-guide/ethereum-super-wallet-sdk-bot-integration/ethereum-super-wallet-sdk-bot-integration-for-vanilla-javascript)


---

# 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.coin98.com/developer-guide/ethereum-coin98-telegram-wallet-sdk-bot-integration.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.
