๐ Development Wallets
(Cardano Development Wallets)
These wallets are mainly used for development testing, debugging scenarios, automation scripts, and CLI operations. Unlike regular user wallets, they focus on programmability, no UI interaction, and on-chain simulation.
Ideal for dApp developers, on-chain automation script authors, and protocol researchers.
๐งฐ CardanoโCLI Walletโ
- Type: Command-line Wallet (CLI)
- Purpose: Construct, sign, and send transactions; generate addresses and keys
- Features:
- Official Cardano CLI tool, foundation for all automation scripts and development
- Supports mainnet, testnets, and custom node interactions
- Works seamlessly with cardanoโnode; can query on-chain state
- Supports various transaction constructions (payments, staking, token transfers, etc.)
- Source / GitHub: https://github.com/IntersectMBO/cardano-cli
๐ Suitable for CI/CD automation, batch transaction generation, or advanced script operations
๐งช Sorbet Dev Walletโ
- Type: Browser Extension Development Wallet
- Purpose: Frontend dApp testing, user behavior simulation
- Features:
- Provides user account simulation, supports multiple accounts
- Supports dApp connections and tests various user scenarios
- Built-in transaction simulation; shows signatures and on-chain state
- Useful for debugging and diagnosing frontend app behavior
- Source / GitHub: https://github.com/SundaeSwap-finance/Sorbet
๐ Suitable for frontend developers to test dApp user interactions
๐ P2P Dev Walletโ
- Type: Desktop / Developer Wallet
- Purpose: Composite transaction construction, strategy testing
- Features:
- Supports combining multiple transaction operations into a single on-chain transaction
- Full control of wallet state and transaction flow
- Supports DeFi trading strategies and batch operations
- Can simulate complex on-chain flows to help debug automation scripts
- Source / GitHub: https://github.com/fallen-icarus/p2p-wallet
๐ Suitable for developers building complex on-chain logic or testing DeFi flows
๐ MLabs Dev Walletโ
- Type: Browser Extension Wallet
- Purpose: Web dApp testing and CIPโ30 connector development
- Features:
- Fully implements CIPโ30 wallet connector
- Supports multiple backends: Blockfrost, Ogmios, Kupo
- Captures method call logs for debugging dApp-Wallet interactions
- Supports multi-account testing and simulated on-chain transactions
- Source / GitHub: https://github.com/mlabs-haskell/cardano-dev-wallet
๐ Developer-friendly for Web dApp testing and quick CIPโ30 experiments
๐ Seedelf Dev Walletโ
- Type: Command-line / Rust Wallet (Privacy Tool)
- Purpose: Privacy protocol research, anonymous transaction testing
- Features:
- Uses Schnorr signature protocol to hide sender and receiver identities
- Focuses on transaction privacy and anti-chain analysis
- Provides CLI interface for batch transaction simulation
- Suitable for privacy research and protocol experimentation
- Source / GitHub: https://github.com/logical-mechanism/Seedelf-Wallet
๐ Suitable for privacy protocol developers or researchers
๐งพ Cardaminal CLI Dev Walletโ
- Type: Command-line Wallet
- Purpose: Programmatic operations and advanced on-chain management
- Features:
- Full CLI functionality; works on mainnet / testnet / custom chains
- Supports wallet state access, transaction construction, and batch operations
- Highly flexible; ideal for scripted deployments
- Can integrate with CI/CD or automated trading systems
- Source / GitHub: https://github.com/IntersectMBO/cardaminal
๐ Preferred for advanced developers and automated operations
๐ Blinklabs Bursa Dev Walletโ
- Type: Development Wallet (Experimental Tool)
- Purpose: Experimental development and testing
- Features:
- Development wallet within Blink Labs ecosystem
- Used for on-chain experiments and strategy simulations
- Lacks full documentation; developers need to study source code
- Source / GitHub: https://github.com/blinklabs-io/bursa
๐ Suitable for exploring experimental wallets and custom test scenarios
๐ TxPipe CShell Dev Walletโ
- Type: Command-line / Interactive Wallet
- Purpose: TxPipe toolkit development wallet
- Features:
- Provides transaction building, script execution, and on-chain testing
- Convenient CLI and script interactions
- Can integrate with TxPipe Dev workflows
- Source / GitHub: https://github.com/txpipe/cshell
๐ Suitable for automated testing with TxPipe suite
๐ WingRiders Dev Walletโ
- Type: Development Wallet
- Purpose: DEX / AMM workflow development
- Features:
- Works with WingRiders ecosystem
- Supports simulation of multiple transaction types
- Provides CLI / SDK interfaces for automation testing
- Source / GitHub: https://github.com/WingRiders/wallet
๐ Suitable for DEX / AMM related development and testing
โ๏ธ StealthWallet CLI Dev Walletโ
- Type: Command-line Wallet
- Purpose: Privacy transaction experiments
- Features:
- Focuses on privacy and security, hides transaction information
- Supports experimental privacy protocol testing
- Provides CLI and automation script interface
- Source / GitHub: https://github.com/while0x1/stealthWallet
๐ For privacy protocol or confidential transaction development
๐ Development Wallet Usage Recommendationsโ
- Frontend dApp Debugging: Use browser development wallets that support CIPโ30, e.g., MLabs Dev Wallet or Sorbet Dev Wallet.
- Complex On-chain Logic Testing: Use CLI wallets (CardanoโCLI, Cardaminal CLI, etc.) combined with scripts for automation.
- Privacy Protocol Research: Seedelf or StealthWallet for privacy interactions and anonymous transaction simulations.
- Composite Transactions / DeFi Workflows: P2P Dev Wallet helps build multi-operation transactions.
- Experimental Testing: Blinklabs Bursa, TxPipe CShell, etc., for exploratory development and strategy simulations.
๐ก Tips
- These wallets are not suitable as production user wallets, mainly for development and testing.
- Mnemonic/private key security remains crucial, especially in CLI and experimental wallets.
- Run primarily on testnets / local nodes; avoid testing large ADA amounts on mainnet.
๐ Cardano Development Wallet Comparison Table
| Wallet | Type | CLI / Browser | CIPโ30 Support | Multi-account | Open-source | GitHub / Official Link |
|---|---|---|---|---|---|---|
| CardanoโCLI Wallet | CLI | CLI | โ | โ๏ธ | โ๏ธ | GitHub |
| Sorbet Dev Wallet | Browser Extension | Browser | โ๏ธ | โ๏ธ | โ๏ธ | GitHub |
| P2P Dev Wallet | Desktop / Developer | CLI / Desktop | โ | โ๏ธ | โ๏ธ | GitHub |
| MLabs Dev Wallet | Browser Extension | Browser | โ๏ธ | โ๏ธ | โ๏ธ | GitHub |
| Seedelf Dev Wallet | CLI / Rust | CLI | โ | โ๏ธ | โ๏ธ | GitHub |
| Cardaminal CLI Dev Wallet | CLI | CLI | โ | โ๏ธ | โ๏ธ | GitHub |
| Blinklabs Bursa Dev Wallet | Desktop / Developer | CLI / Desktop | โ | โ๏ธ | โ๏ธ | GitHub |
| TxPipe CShell Dev Wallet | CLI | CLI | โ | โ๏ธ | โ๏ธ | GitHub |
| WingRiders Dev Wallet | Desktop / Developer | CLI / Desktop | โ | โ๏ธ | โ๏ธ | GitHub |
| StealthWallet CLI Dev Wallet | CLI | CLI | โ | โ๏ธ | โ๏ธ | GitHub |