UNPKG

svm-pay

Version:

A payment solution for SVM networks (Solana, Sonic SVM, Eclipse, s00n)

12 lines 346 B
#!/usr/bin/env node "use strict"; /** * SVM-Pay CLI Entry Point * * This is the main entry point for the svm-pay CLI tool. */ Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("../cli/index"); // Parse command line arguments and execute index_1.cli.parse(process.argv); //# sourceMappingURL=svm-pay.js.map