Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 486 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 486 Bytes

tonbags-manager

Description

tonbags-manager is a file picking bot which continuously picking and handling files from tonbags-contract.

Configuration

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

Running locally

Install dependencies

yarn install

Run

yarn dev