Skip to content

ntls-io/nautilus-wallet-recurring-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nautilus Wallet Recurring Payment

This repository contains the implementation of the Nautilus Wallet recurring payment script.

Installation

To install the required dependencies, run the following command:

npm install

Build

To transpile the TypeScript code to JavaScript, use the TypeScript compiler (tsc). Run the following command:

tsc recurring_payment_script.ts

This will generate the JavaScript file recurring_payment_script.js.

Execution

To execute the recurring payment script, run the following command:

node recurring_payment_script.js

Lint and Format

Run the ESLint command with the --fix flag followed by the file or directory you want to lint and fix.

npx eslint --fix *.ts

Run this command to run prettier.

npm run format

CronJob

Make the shell script executable by running the following command:

chmod +x setup_cron.sh

Now you can execute the shell script to set up the cron job by running:

./setup_cron.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published