Back to Projects
TypeScriptReactNext.js+10 more

पाकीट

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:

  1. User generates a mnemonic seed phrase (BIP-39)
  2. Seed is converted into a master private key
  3. Child keys are derived using HD paths (BIP-32)
  4. Chain-specific keys are generated for Solana and Ethereum
  5. Public addresses are computed
  6. Balances are fetched via RPC calls
  7. 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

Developed by Shoumik Daterao
© 2026. All rights reserved.