For Developers
Instruction for launching system for developers.
Install NodeJS https://nodejs.org/en
git clone ...
npm ci
(only for PREMIUM users) If you want to decrypt premium folder in src and validate code, you need to fill LICENSE in
launchParams.jsonc
and runnpm run decrypt-premium
.Find here an action which you want to run.
Fill
launchParams.jsonc
for your action (instruction here) andfunctionParams.jsonc
for your action (instruction here).Fill
secrets/secretStorage/
decrypted
/secretStorage.jsonc
for your action (instruction here). If you want to work with encryptedsecretStorage
, instruction here.Fill
secrets/accounts/decrypted
folder with xlsx files. You can useaccs.xlsx
. The only required column is Account. It is the name of account and must be a number (1,2,3...). Other columns should be filled only if they are needed by your action. If you want to work with encrypted files, instruction here.npm run start
for first launch. For next launches you can usenpm run restart
Last updated