पाकीट
Hierarchical deterministic Web3 wallet for Solana and Ethereum.
Overview
पाकीट is a lightweight Web3 wallet generator that enables users to create and manage Solana and Ethereum accounts using mnemonic seed phrases.
The application follows hierarchical deterministic (HD) wallet standards to generate multiple accounts from a single seed, allowing scalable and secure wallet management.
It also fetches real-time balances directly from blockchain networks using RPC endpoints.
Architecture
Pakit follows a client-centric cryptographic pipeline:
- User generates a mnemonic seed phrase (BIP-39)
- Seed is converted into a master private key
- Child keys are derived using HD paths (BIP-32)
- Chain-specific keys are generated for Solana and Ethereum
- Public addresses are computed
- Balances are fetched via RPC calls
- Wallet state is rendered in the UI
No private keys are transmitted to external servers.
Key Features
Mnemonic & Key Generation
- Secure mnemonic generation (BIP-39 compliant)
- Deterministic seed derivation
- Standard HD wallet paths
Hierarchical Wallet Structure
- Multiple accounts from one seed
- Support for account indexing
- Cross-chain key derivation
Multi-Chain Support
- Ethereum wallet generation
- Solana wallet generation
- Chain-specific address formats
Real-Time Balance Fetching
- Direct RPC calls to blockchain nodes
- Live SOL and ETH balance updates
Security-Focused Design
- Client-side key generation
- No server-side storage
