1.0.0 • Published 11 months ago

@omnilumen/cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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]
1.0.0

11 months ago

0.1.10

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago