mutinynet-cli 0.1.2

CLI tool for the Mutinynet faucet
mutinynet-cli-0.1.2 is not a library.

mutinynet-cli

A CLI tool for the Mutinynet faucet.

Install

cargo install mutinynet-cli

Usage

Login

Authenticate with GitHub via device flow:

mutinynet-cli login

Request on-chain bitcoin

mutinynet-cli onchain <address> [sats]

Default amount is 10,000 sats. Also accepts BIP21 URIs.

Pay a lightning invoice

mutinynet-cli lightning <bolt11>

Supports bolt11 invoices, LNURL, lightning addresses, and nostr npubs.

Decode a bolt11 invoice

mutinynet-cli lightning -d <bolt11>

Prints decoded bolt11 invoice details as JSON without attempting payment.

Open a channel

mutinynet-cli channel <pubkey> <capacity> [--push-amount <sats>] [--host <host:port>]

Generate a bolt11 invoice

mutinynet-cli bolt11 [amount]

Omit amount for a zero-amount invoice.

Configuration

Option Env var Default
--url MUTINYNET_FAUCET_URL https://faucet.mutinynet.com
--token MUTINYNET_FAUCET_TOKEN stored token from login