An open API service indexing awesome lists of open source software.

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.

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/
![image](https://github.com/user-attachments/assets/0c4046d1-fbff-4c4a-ae6f-905d07af38e1)

## 🌟 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