Skip to content

2. Installation

Steven edited this page Jun 7, 2025 · 1 revision

Installation

Follow these steps to set up and run the Solana Wallet Tracking Telegram Bot.

Prerequisites

Steps

  1. Clone the Repository
git clone https://github.com/stevendev0822/Solana-Wallet-Tracking-Telegram-Bot.git  
cd Solana-Wallet-Tracking-Telegram-Bot
  1. Install Dependencies
npm install
  1. Create the Environment Configuration

Create a .env file in the project root with the required variables (see Configuration).

  1. Start the Application
npm start

The bot will connect to Solana Blockchain and Telegram to start tracking wallets

Clone this wiki locally