Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.07 KB

Blockchain Wallet UI

A minimal blockchain wallet that supports sending/receiving assets. (Built with React and Vite)

Supports the following Ethereum chains:

  • Ethereum
  • Polygon
  • BNB Chain
  • Avalanche
  • Fantom

Live demo

https://blockchain-wallet-six.vercel.app

Security

The user's wallet is encrypted using the provided pincode and kept in the browser's local storage. When unlocked, the wallet is temporarily decrypted into memory.

Screenshots

Screenshot 2024-06-16 223703 Screenshot 2024-06-16 223639 Screenshot 2024-06-16 223810 Screenshot 2024-06-16 223621

Tools used