tonbags-manager is a file picking bot which continuously picking and handling files from tonbags-contract.
tonbags-manager is configured using environment variables. You can define them using export or with an .env file.
We provide a .env.example file as reference which you can use as starting point.
cp .env.example .env
Install dependencies
yarn install
Run
yarn dev