1️⃣ Clone the Repository
git clone https://github.com/kontia1/pharos.git && cd pharos2️⃣ Install Dependencies
npm install3️⃣ Set Up Your Private Keys
Create a wallet.txt file
nano wallet.txtAdd your private keys (one per line). Example:
0xYOUR_PRIVATE_KEY_1
0xYOUR_PRIVATE_KEY_2
4️⃣ Run the Bot
node main.js