Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 302 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 302 Bytes

SMH-Collector

The tool to collect funds from multiple accounts to the single one.

To run it from sources you will need installed NodeJS 18+ and ts-node and then run command:

yarn && yarn dev

To build:

yarn && yarn build

To pack a binary (with bundled NodeJS):

yarn pack