Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justinfrost47/wallet-3.0

A simple web based crypto wallet
https://github.com/justinfrost47/wallet-3.0

ethereum polyfill react shadcn-ui solana tailwind typescript web3

Last synced: 8 days ago
JSON representation

A simple web based crypto wallet

Awesome Lists containing this project

README

        

# Crypto Wallet 3.0

This is a simple crypto wallet that I built during my web3 learning journey at 100xDevs cohort. The workflow is straightforward: users can create a new mnemonic phrase and generate their key pairs, or they can bring their own mnemonic keys. I deliberately avoided saving the phrase in browser's local storage due to security concerns. Feel free to browse around , happy coding

Update : I Added Check Balance and send Solana functionality along with some visual changes. Linked Solana's devnet's faucet, so have fun checking it out

## Live Link

Check out the live version of the wallet here: [Crypto Wallet 3.0](https://justinfrost47.github.io/wallet-3.0/)

## Getting Started Locally

### 1. Clone the Repository

```bash
git clone https://github.com/JustinFrost47/wallet-3.0
```

### 2. Install Dependencies

```bash
npm install
```

### 3. Run the Local Development Server

```bash
npm run dev
```

The server will be running on port 51773 (if the port is free).