# 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)
