This is a Telegram bot for audit contracts in blockchains (Ethereum, BSC, Polygon, Avalanche, Fantom)
-
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 )
npm install
npm run dev
npm build
npm start
Licensed under the MIT License.