This repository contains a Node.js CLI application that will help you create VerusPay v3 invoices.
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/VerusCoin/veruspay-invoice-creator-cli.git
-
Navigate to the project directory:
cd veruspay-invoice-creator-cli
-
Install dependencies using Yarn:
yarn install
-
Run the application:
node main.js
The application should then ask you a series of questions and then create a VerusPay v3 invoice.
This project is licensed under the MIT License. Feel free to use, modify, and distribute as per the terms of the license.