Usage
Options
| Flag | Type | Default | Description |
|---|---|---|---|
--mode | sovereign | privy | turnkey | sovereign | Signing backend to provision |
--network | devnet | mainnet-beta | devnet | Solana network |
--name | string | — | Optional label for this wallet |
What It Does
- Generates a BIP39 mnemonic in-memory
- Derives Solana HD paths (
m/44'/501'/0'/0') - Encrypts the mnemonic (AES-256-GCM for sovereign mode)
- Writes credentials to
~/.glosso/.env - Writes a
GLOSSO.mdcapability manifest to the current working directory - Requests a devnet airdrop (devnet only)
Examples
Output
The raw mnemonic is never printed to the terminal. Your seed is encrypted before storage. Do not run
provision in a directory that is synced to cloud storage or committed to version control.If the devnet airdrop is rate-limited, the wallet is still provisioned. The balance will show as 0 SOL. Request an airdrop manually from faucet.solana.com using your provisioned address.