Skip to content

This is a Telegram bot for audit contracts in blockchains (Ethereum, BSC, Polygon, Avalanche, Fantom)

License

Notifications You must be signed in to change notification settings

SmartMainnet/Crypto-Audit-Bot-GrammY-TS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe Crypto Bot

This is a Telegram bot for audit contracts in blockchains (Ethereum, BSC, Polygon, Avalanche, Fantom)

📱 Bot Screenshot

🚀 Getting Started

Setting up Environment variables

  • Rename the .env.example file to .env

  • Add MongoDB URI to MONGODB_URI ( learn more here )

  • Add Telegram bot token to BOT_TOKEN ( get token here )

  • Add Telegram channel or group username to CHANNEL ( if necessary )


Installing dependencies

npm install

Run bot in development mode

npm run dev

Run bot in production mode

npm build
npm start

📝 License

Licensed under the MIT License.