Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 hour ago
JSON representation
A simple web based crypto wallet
- Host: GitHub
- URL: https://github.com/justinfrost47/wallet-3.0
- Owner: JustinFrost47
- Created: 2024-08-10T14:50:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T20:44:08.000Z (3 months ago)
- Last Synced: 2024-10-12T01:21:18.646Z (27 days ago)
- Topics: ethereum, polyfill, react, shadcn-ui, solana, tailwind, typescript, web3
- Language: TypeScript
- Homepage: https://justinfrost47.github.io/wallet-3.0/
- Size: 2.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).