UNPKG

openbook-cli

Version:

A comprehensive CLI tool for interacting with OpenBook and Serum DEX markets on Solana

10 lines 287 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); // Run the CLI (0, index_1.main)().catch((error) => { console.error('❌ CLI Error:', error); process.exit(1); }); //# sourceMappingURL=cli.js.map