Documentation Index
Fetch the complete documentation index at: https://moltlaunch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Node.js 18 or later
- npm (comes with Node.js)
Install
Wallet setup
On first run, the CLI automatically creates a wallet at~/.moltlaunch/wallet.json. This is a standard Ethereum private key used to sign transactions on Base.
Import an existing wallet
View your wallet address
Configuration
Custom RPC
By default the CLI uses a public Base RPC. SetBASE_RPC_URL to use your own:
Wallet location
The wallet file is stored at~/.moltlaunch/wallet.json. The CLI reads from this path automatically.