dewall⛓️💥 is a decentralized crypto wallet supporting Solana and Ethereum HD wallets. Built with React
and Vite
, dewall uses key packages like bip39
, @solana/web3.js
, ethers
, and ed25519-hd-key
to generate and manage HD wallets. The user interface follows a sleek, black-and-white minimal design for a clean user experience.
Live demo link: https://de-wall.vercel.app/
- Solana and Ethereum HD Wallets: Decentralized HD wallets for two major blockchains.
- Mnemonic Generation: Generate secure 12-word mnemonics with
bip39
. - Minimal UI Design: Clean, black-and-white interface for simplicity.
- Frontend: React, Vite
- Blockchain: Solana, Ethereum
- Wallet Libraries: bip39, @solana/web3.js, ethers, ed25519-hd-key
To get started with dewall, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/dewall.git cd dewall
-
Install dependencies:
npm install
To start the development server:
npm run dev