Feel free donate to my EVM and address
EVM :
0xAaBFbcbE7C0E1fa53ec926F41c2be559Ce263Eb0git clone https://github.com/0xhours/bot-particle.gitcd bot-particle
npm installCreate a file named .env in the project root directory.
touch .envvim .envnano .envprojectId=["your projectId"]
projectServerKey=["your projectServerKey"]npm run start*Make sure you have Node.js and git installed on your system. *make sure you have axios installed on your system if you don't have install with this command :
npm install axios
yarn add axios