@elephant-xyz/cli
Version:
CLI tool for Elephant Network
8 lines • 331 B
JavaScript
// Main exports for the Elephant CLI library
export { transform } from './commands.js';
export { validate } from './commands.js';
export { hash } from './commands.js';
export { upload } from './commands.js';
export { submitToContract } from './commands.js';
export { prepare } from './prepare.js';
//# sourceMappingURL=index.js.map