@omnilumen/cli
v1.0.0
Published
OmniLumen CLI streamlines Stellar development, integrating CLI tools, Soroban contract deployment, and local development environments.
Downloads
49
Maintainers
Readme
OmniLumen CLI
OmniLumen CLI (ocli) is a powerful command-line interface designed for interacting with the Stellar network. It wraps around the Stellar CLI, adding enhanced functionality for streamlined operations, making it easier for developers to manage their Stellar-related tasks.
Installation
To install the OmniLumen CLI, ensure Node.js is installed, and then run the following command:
npm install -g omnilumen@latest
Usage
Interactive Menu
After installation, you can access the OmniLumen interactive menu by simply running:
ocli
example Commands
OmniLumen CLI supports various commands for managing Stellar operations. Below are a few examples:
Detailed CLI Overview
For more detailed documentation and command usage examples, visit OmniLumen CLI Overview.
Contract Commands
- Deploy a Contract
scli contract deploy --source S... --network testnet --wasm-hash <hex-encoded-wasm-hash>
- Events Command
scli events [options]
- Keys Command
scli keys [options]
- Network Command
scli network [options]
- Snapshot Command
scli snapshot [options]
- Tx Command
scli tx [options]
- XDR Command
scli xdr [options]
- Completion Command
scli completion [options]
- Cache Command
scli cache [options]