Skip to content

Commit ee49d79

Browse files
authored
Update README.md
1 parent 07b9728 commit ee49d79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Dart](https://img.shields.io/badge/Dart-3.0+-blue.svg)](https://dart.dev/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

7-
A lightweight, secure Flutter application for generating Bitcoin and Dogecoin wallets. Create hierarchical deterministic (HD) wallets using BIP32, BIP39, and BIP44 standards.
7+
A modern, reliable Flutter implementation for generating Bitcoin and Dogecoin wallets. This project addresses the challenges of obsolete cryptocurrency libraries in the Flutter ecosystem by providing an up-to-date solution for creating hierarchical deterministic (HD) wallets using BIP32, BIP39, and BIP44 standards.
88

99
## 🔑 Key Features
1010

@@ -13,6 +13,8 @@ A lightweight, secure Flutter application for generating Bitcoin and Dogecoin wa
1313
- **Multi-Coin Support**: Currently generates Bitcoin and Dogecoin wallets
1414
- **Offline Capability**: Generate wallets without an internet connection
1515
- **Open Source**: Transparent security for cryptocurrency wallet generation
16+
- **Current Libraries**: Uses updated dependencies to avoid obsolete Flutter crypto libraries
17+
- **Maintainable Implementation**: Clean architecture that's easy to extend and maintain
1618

1719
## 🚀 Getting Started
1820

0 commit comments

Comments
 (0)