git clone https://github.com/BidyutRoy2/bot-data-lake.git
cd bot-data-lake
npm install
Create a file named .env in the project root directory.
touch .env
nano .env
SEED_PHRASES=["your seed phrase 1", "your seed phrase 2"]
PRIVATE_KEYS=["your private key 1", "your private key 2"]
npm run start
*Make sure you have Node.js and git installed on your system.