Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CLI Commands

Launch

lazylora              # MainNet (default)
lazylora -n testnet   # TestNet
lazylora -n localnet  # LocalNet

Direct Lookups

Skip the TUI and go straight to details:

lazylora -t <TXID>           # Transaction
lazylora -a <ADDRESS>        # Account (or NFD name)
lazylora -b <BLOCK_NUMBER>   # Block
lazylora -s <ASSET_ID>       # Asset

Graph View

Open a transaction directly in visual graph mode:

lazylora -t <TXID> -g
lazylora --tx <TXID> --graph

Updates

lazylora update              # Check for new version
lazylora update --install    # Install update

Version

lazylora version             # Show version info

Options

OptionShortDescription
--tx <TXID>-tTransaction ID
--account <ADDRESS>-aAccount address or NFD
--block <NUMBER>-bBlock number
--asset <ID>-sAsset ID
--network <NETWORK>-nNetwork: mainnet, testnet, localnet
--graph-gOpen in graph view

Subcommands

CommandDescription
versionShow version
updateCheck for updates
update --installInstall update

Examples

# Transaction on MainNet
lazylora -t AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

# Account on TestNet
lazylora -n testnet -a AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

# USDC asset details
lazylora -s 31566704

# Block 12345
lazylora -b 12345

# Transaction graph on TestNet
lazylora -n testnet -t TXID -g