You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# MeshCore Web Key Generator
2
2
3
-
A client-side web application for generating MeshCore-compatible Ed25519 vanity keys. The application runs entirely in your browser and generates keys that match the exact format expected by MeshCore.
3
+
A client-side web application for generating MeshCore-compatible Ed25519 keys. The application runs entirely in your browser and generates keys that match the exact format expected by MeshCore.
4
4
5
5
## Features
6
6
7
7
-**Client-side processing**: All key generation happens locally in your browser
8
8
-**MeshCore compatibility**: Generates keys in the format MeshCore expects
9
-
-**Vanity prefixes**: Search for keys starting with specific hex prefixes (1-8 characters)
9
+
-**Custom prefixes**: Search for keys starting with specific hex prefixes (1-8 characters)
10
10
-**Real-time progress**: Shows attempts, generation speed, and elapsed time
11
11
-**JSON export**: Download generated keys in a structured format
12
12
-**Import instructions**: Built-in guidance for importing keys into MeshCore
0 commit comments