Skip to main content

zeckit up

Usage

zeckit up [options]

What it does

Starts the local devnet and common supporting services (faucet, miner, indexer).

Options

OptionValueDescription
--backendlwd | zainoSelect the backend
--freshflagStart from a clean state (when supported)
--timeoutsecondsMaximum wait time for services to become healthy
--fund-addressaddressAddress to fund (if supported by your setup)
--fund-amountamountAmount to fund (if supported by your setup)

Examples

Start with the zaino backend:

zeckit up --backend zaino

Start fresh with a longer timeout:

zeckit up --fresh --timeout 300
tip

Use zeckit status while booting to see what’s still unhealthy.