1.0.1 • Published 10 months ago

omnilumen v1.0.1

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

OmniLumen - Streamlining Stellar and Soroban Development

Visit our official website: https://www.omnilumen.net

OmniLumen is a Stellar development tool integrating Stellar CLI, quickstart scripts, BigQuery for data analysis, and local LLMs for AI capabilities. It streamlines blockchain development with core features, testing tools, and utilities.

As a Stellar developer, managing various aspects of the development process can often feel overwhelming. From setting up a local environment to running complex CLI commands and integrating tools for data analysis and wallet management, developers face the challenge of juggling multiple configurations. OmniLumen simplifies this process by offering a unified solution that brings together all these tasks into a cohesive framework, designed to streamline Stellar and Soroban development.

Features

  • OmniLumen CLI (ocli):

    Wraps Stellar CLI with additional commands for easier interaction with the Stellar network.

  • OmniLumen Quickstart (sqs)

    Quickly set up local development environments with Docker, supporting Testnet and Futurenet.

Installation

To install OmniLumen CLI and Quickstart, run:

npm install -g omnilumen@latest

Quickstart Examples

Start Local Network:

sqs local

Shut Down:

sqs down

CLI Examples

Generate a new key pair (public and private key).

scli keys generate --global alice --network testnet"

Deploy Contract

scli contract deploy \
--wasm target/wasm32-unknown-unknown/release/hello_world.wasm \
--source alice \
--network testnet

More Info

For detailed documentation, visit:

OmniLumen CLI Overview

OmniLumen Quick Start Overview

1.0.1

10 months ago

1.0.0

10 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago