Wallet Management
VecLabs automatically generates and manages a Solana wallet for you. You never need to install a browser extension, fund an account manually, or understand Solana’s wallet ecosystem.Automatic wallet generation
When you initialize aSolVec client without specifying a wallet path, VecLabs generates a new ed25519 keypair and saves it to disk:
- TypeScript:
.veclabs/keypair.jsonin your project root - Python:
.veclabs/keypair.jsonin your working directory