1.0.0 • Published 10 months ago

@omnilumen/quickstart v1.0.0

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

OmniLumen Quickstart

OmniLumen Quickstart (sqs) is a tool that simplifies setting up a local Stellar development environment. It wraps around Stellar Quickstart with additional functionality, enabling developers to efficiently manage their Stellar network setup, test smart contracts, and interact with Stellar-related tools using Docker.

Installation

To install OmniLumen Quickstart, ensure you have Node.js and Docker installed, and then run the following command:

npm install -g omnilumen@latest

This will install the sqs command, providing access to all OmniLumen Quickstart features.

Usage

Interactive Menu

After installation, you can access the OmniLumen interactive menu by simply running:

sqs

example Commands

OmniLumen Quickstart supports various commands for managing Stellar operations. Below are a few examples:

Detailed Omnilumen Quick Start Overview

For more detailed documentation and command usage examples, visit OmniLumen Quick Start Overview.

Local Network

  • Starting a Local Network
	
sqs local

or you can run:

	
sqs up
  • Start Local Development Network in Background
sqs local -d

shutdown Network

  • Shut Down the Quickstart Environment
sqs down

Testnet and Futurenet Nodes

  • Start Testnet Node
sqs tn
  • Start Testnet Node in Persistent Mode
 sqs tnp
  • Start Futurenet Node
sqs fn
  • Start Futurenet Node in Persistent Mode
sqs fnp

Run a Custom Docker Command

You can prepend sqs to execute custom Docker commands within the Stellar Quickstart environment.

For example, to run a custom Docker command that maps port 8000 on your host to port 8000 inside the container, use:

sqs docker run -p 8000:8000 stellar/quickstart --local

This allows you to tailor your development environment with specific Docker configurations while leveraging the power of OmniLumen Quickstart.

1.0.0

10 months ago

0.0.2

11 months ago

0.1.6

11 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