https://github.com/rxhul18/dewall
A decentralized wallet project for creating both Solana and Ethereum wallets.
https://github.com/rxhul18/dewall
bip39 ethers reactvite solana tailwindcss
Last synced: 8 months ago
JSON representation
A decentralized wallet project for creating both Solana and Ethereum wallets.
- Host: GitHub
- URL: https://github.com/rxhul18/dewall
- Owner: rxhul18
- Created: 2024-09-23T21:45:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T20:27:31.000Z (about 1 year ago)
- Last Synced: 2025-04-13T14:12:54.801Z (8 months ago)
- Topics: bip39, ethers, reactvite, solana, tailwindcss
- Language: JavaScript
- Homepage: https://de-wall.vercel.app
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π dewall
**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/

## π Features
- **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.
## π οΈ Tech Stack
- **Frontend**: React, Vite
- **Blockchain**: Solana, Ethereum
- **Wallet Libraries**: bip39, @solana/web3.js, ethers, ed25519-hd-key
## Installation
To get started with **dewall**, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/yourusername/dewall.git
cd dewall
```
2. Install dependencies:
```bash
npm install
```
### Running the Project
To start the development server:
```bash
npm run dev