✦ Docs

CLI reference

These commands describe the intended MuskPad CLI interface. The package is not published yet.

Install the CLI.

npm install -g @muskpad/cli

Create your local configuration.

muskpad init

Verify your Solana wallet. Never asks for a seed phrase.

muskpad wallet connect

Authorize your X account in the browser.

muskpad x connect

Check wallet, X and launch readiness.

muskpad status
Back to CLI setup