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

https://github.com/nishantcoder108/web-wallet-x

WebWalletX is a web based wallet where we can create Wallet or import wallet from Seed phrase, See balance ,Transaction History ,Send Transaction .
https://github.com/nishantcoder108/web-wallet-x

blockchain ethereum nextjs react solana tailwindcss typescript web3

Last synced: 3 months ago
JSON representation

WebWalletX is a web based wallet where we can create Wallet or import wallet from Seed phrase, See balance ,Transaction History ,Send Transaction .

Awesome Lists containing this project

README

        

# Blockchain Wallet Project

## Overview
The Blockchain Wallet Project is a robust application designed to empower users with seamless access to blockchain technology. It enables users to create new wallets or import existing ones through seed phrases. With a user-friendly interface, the application offers real-time balance tracking, secure transaction capabilities, and a comprehensive view of transaction history. This project aims to simplify cryptocurrency management while enhancing security and user control.

![Project Screenshot](https://raw.githubusercontent.com/NishantCoder108/web-wallet-x/refs/heads/resources/Screenshot%20(1095).png)

## Features
- **Create Wallet:** Users can easily create a new wallet with a secure seed phrase.
- **Import Wallet:** Seamlessly import existing wallets using seed phrases for quick access.
- **View Balances:** Check the real-time balance of various cryptocurrencies.
- **Send Transactions:** Execute transactions to other wallet addresses with ease.
- **Transaction History:** Access and review the latest transactions for better financial tracking.

## Screenshot
![Project Screenshot](https://raw.githubusercontent.com/NishantCoder108/web-wallet-x/refs/heads/resources/Screenshot%20(1096).png)

## Installation
To install the project, clone the repository and run:

```bash
npm install
```

## Usage
To start the project in development mode, use:

```bash
npm run dev
```