-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.html
More file actions
493 lines (452 loc) · 29.5 KB
/
plugins.html
File metadata and controls
493 lines (452 loc) · 29.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plugin Directory — Electrum Plugins</title>
<meta name="description" content="Complete directory of Electrum plugins: desktop, Android, CLI, and hardware wallet integrations.">
<link rel="canonical" href="https://plugins.electrum.org/plugins.html">
<meta property="og:title" content="Plugin Directory — Electrum Plugins">
<meta property="og:description" content="Complete directory of Electrum plugins: desktop, Android, CLI, and hardware wallet integrations.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://plugins.electrum.org/plugins.html">
<meta property="og:image" content="https://plugins.electrum.org/assets/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="Electrum Plugins - Extend Your Bitcoin Wallet">
<meta property="og:site_name" content="Electrum Plugins">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Plugin Directory — Electrum Plugins">
<meta name="twitter:description" content="Complete directory of Electrum plugins: desktop, Android, CLI, and hardware wallet integrations.">
<meta name="twitter:image" content="https://plugins.electrum.org/assets/og-image.png">
<link rel="icon" href="assets/icons/electrum_darkblue.svg" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Shared SVG icon definitions -->
<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
<symbol id="icon-share-link" viewBox="0 0 24 24">
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/>
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
</symbol>
</svg>
<!-- Header -->
<header class="site-header">
<div class="container">
<a href="index.html" class="site-logo">
<img src="assets/icons/electrum_darkblue.svg" alt="Electrum logo" width="32" height="32">
Electrum Plugins
</a>
<input type="checkbox" id="nav-toggle" class="nav-toggle" aria-label="Toggle navigation">
<label for="nav-toggle" class="nav-toggle-label" aria-label="Open menu">
<span></span>
<span></span>
<span></span>
</label>
<nav class="site-nav" aria-label="Main navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="plugins.html" class="active">Plugins</a></li>
<li><a href="developers.html">Developers</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="section">
<div class="container">
<h1 class="section-title">Plugin Directory</h1>
<p class="section-subtitle">All plugins available for the Electrum Bitcoin wallet.</p>
<div class="disclaimer">
<strong>Disclaimer:</strong> Plugins marked as <em>Internal</em> are shipped with Electrum. All other plugins are developed by third-party authors and are not reviewed or endorsed by the Electrum developers. Use them at your own risk. Always verify the source code before installing third-party plugins.
</div>
<!-- Plugin Toolbar: Navigation + Filters -->
<div class="plugin-toolbar">
<nav class="toolbar-nav" aria-label="Plugin categories">
<a href="#desktop" class="toolbar-link">Graphical User Interface</a>
<a href="#daemon" class="toolbar-link">Daemon only</a>
<a href="#hardware" class="toolbar-link">Hardware Wallets</a>
</nav>
<span class="toolbar-divider" aria-hidden="true"></span>
<span class="toolbar-label">Filter:</span>
<input type="radio" id="filter-all" name="plugin-filter" class="plugin-filter-input" checked>
<label for="filter-all" class="filter-btn">All</label>
<input type="radio" id="filter-desktop" name="plugin-filter" class="plugin-filter-input">
<label for="filter-desktop" class="filter-btn">Desktop</label>
<input type="radio" id="filter-android" name="plugin-filter" class="plugin-filter-input">
<label for="filter-android" class="filter-btn">Android</label>
<input type="radio" id="filter-cli" name="plugin-filter" class="plugin-filter-input">
<label for="filter-cli" class="filter-btn">CLI</label>
</div>
<!-- ============================================================
GRAPHICAL USER INTERFACE (Qt/QML GUI)
============================================================ -->
<section id="desktop">
<h2 class="section-title">Graphical User Interface</h2>
<div class="plugin-grid">
<!-- Audio MODEM -->
<article class="plugin-card" id="audio-modem">
<a href="plugin/audio-modem/" class="plugin-share" title="Share this plugin" aria-label="Share Audio MODEM plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/speaker.svg" alt="Audio MODEM icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Audio MODEM</h3>
<p class="plugin-description">Provides support for air-gapped transaction signing using sound waves between devices.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- LabelSync -->
<article class="plugin-card" id="labelsync">
<a href="plugin/labelsync/" class="plugin-share" title="Share this plugin" aria-label="Share LabelSync plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/labelsync.png" alt="LabelSync icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">LabelSync</h3>
<p class="plugin-description">Save and synchronize wallet labels across multiple devices. Labels, transaction IDs, and addresses are encrypted before being sent to the remote server.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-qml">Android</span>
<span class="badge badge-cli">CLI</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Nostr Cosigner -->
<article class="plugin-card" id="nostr-cosigner">
<a href="plugin/nostr-cosigner/" class="plugin-share" title="Share this plugin" aria-label="Share Nostr Cosigner plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/nostr_multisig.png" alt="Nostr Cosigner icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Nostr Cosigner</h3>
<p class="plugin-description">Multi-signature transaction coordination using Nostr relays. Allows cosigners to exchange partially signed transactions over the Nostr network.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-qml">Android</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Nostr Wallet Connect -->
<article class="plugin-card" id="nostr-wallet-connect">
<a href="plugin/nostr-wallet-connect/" class="plugin-share" title="Share this plugin" aria-label="Share Nostr Wallet Connect plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/nwc.png" alt="Nostr Wallet Connect icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Nostr Wallet Connect</h3>
<p class="plugin-description">Remote control of Lightning wallets via Nostr protocol (NIP-47). Enables third-party apps to interact with your Lightning node.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-cli">CLI</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Revealer -->
<article class="plugin-card" id="revealer">
<a href="plugin/revealer/" class="plugin-share" title="Share this plugin" aria-label="Share Revealer plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/revealer.png" alt="Revealer icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Revealer</h3>
<p class="plugin-description">Create visually encrypted backups of your wallet seed and secrets. Print the encrypted backup and use the Revealer overlay to decode it.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Timelock Recovery -->
<article class="plugin-card" id="timelock-recovery">
<a href="plugin/timelock-recovery/" class="plugin-share" title="Share this plugin" aria-label="Share Timelock Recovery plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/timelock_recovery_60.png" alt="Timelock Recovery icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Timelock Recovery</h3>
<p class="plugin-description">Create Timelock Recovery Plans for your wallet. Enables inheritance planning by setting up time-locked transactions that activate after a specified period.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Two Factor Authentication -->
<article class="plugin-card" id="two-factor-authentication">
<a href="plugin/two-factor-authentication/" class="plugin-share" title="Share this plugin" aria-label="Share Two Factor Authentication plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/trustedcoin-status.png" alt="Two Factor Authentication icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Two Factor Authentication</h3>
<p class="plugin-description">Add two-factor authentication to your wallet using TrustedCoin. Creates a 2-of-3 multisig wallet where TrustedCoin holds one key and cosigns after 2FA verification.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-qml">Android</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Bitcoin After Life -->
<article class="plugin-card" id="bitcoin-after-life">
<a href="plugin/bitcoin-after-life/" class="plugin-share" title="Share this plugin" aria-label="Share Bitcoin After Life plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/bal.svg" alt="Bitcoin After Life icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Bitcoin After Life</h3>
<p class="plugin-description">Decentralized inheritance planning through time-locked transactions. Sign transactions and send them to Will-Executors who broadcast them at specified dates.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
</div>
<a href="https://bitcoin-after.life" class="plugin-link">View Website</a>
</div>
</article>
<!-- Guardian -->
<article class="plugin-card" id="guardian">
<a href="plugin/guardian/" class="plugin-share" title="Share this plugin" aria-label="Share Guardian plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/guardian.svg" alt="Guardian icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Guardian</h3>
<p class="plugin-description">Physical coercion resistance for your wallet. Provides mechanisms to protect against forced disclosure of wallet contents.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
</div>
<a href="https://github.com/bitcoinguardian/electrum/tree/master/electrum/plugins/guardian" class="plugin-link">View Repository</a>
</div>
</article>
<!-- Joinstr -->
<article class="plugin-card" id="joinstr">
<a href="plugin/joinstr/" class="plugin-share" title="Share this plugin" aria-label="Share Joinstr plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/joinstr.svg" alt="Joinstr icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Joinstr</h3>
<p class="plugin-description">Collaborative transactions coordinated via Nostr relays for enhanced transaction privacy.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
</div>
<a href="https://joinstr.xyz/" class="plugin-link">View Website</a>
</div>
</article>
<!-- LN Graph Visualizer -->
<article class="plugin-card" id="ln-graph-visualizer">
<a href="plugin/ln-graph-visualizer/" class="plugin-share" title="Share this plugin" aria-label="Share LN Graph Visualizer plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/ln-graph-visualizer.png" alt="LN Graph Visualizer icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">LN Graph Visualizer</h3>
<p class="plugin-description">Visualize the Lightning Network graph of nodes and channels directly within Electrum.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
</div>
<a href="https://github.com/f321x/electrum-lightning-graph-visualizer" class="plugin-link">View Repository</a>
</div>
</article>
<!-- ADD NEW EXTERNAL DESKTOP PLUGIN ABOVE THIS LINE -->
</div>
</section>
<!-- ============================================================
DAEMON ONLY (CLI/Daemon)
============================================================ -->
<section id="daemon">
<h2 class="section-title">Daemon only</h2>
<div class="plugin-grid">
<!-- SwapServer -->
<article class="plugin-card" id="swapserver">
<a href="plugin/swapserver/" class="plugin-share" title="Share this plugin" aria-label="Share SwapServer plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<span class="plugin-icon" style="display:flex;align-items:center;justify-content:center;font-size:28px;background:#e8eef4;border-radius:4px;width:48px;height:48px;" aria-hidden="true">🔁</span>
<div class="plugin-info">
<h3 class="plugin-name">SwapServer</h3>
<p class="plugin-description">Offer submarine swaps to other Electrum users, enabling trustless exchanges between on-chain and Lightning in both directions.</p>
<div class="plugin-meta">
<span class="badge badge-cli">CLI</span>
<span class="badge badge-internal">Internal</span>
</div>
<a href="https://electrum.readthedocs.io/en/latest/swapserver.html" class="plugin-link">Documentation</a>
</div>
</article>
<!-- Watchtower -->
<article class="plugin-card" id="watchtower">
<a href="plugin/watchtower/" class="plugin-share" title="Share this plugin" aria-label="Share Watchtower plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/watchtower.svg" alt="Watchtower icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Watchtower</h3>
<p class="plugin-description">Monitor Lightning channels and broadcast penalty transactions if a counterparty attempts to cheat by publishing a revoked commitment transaction.</p>
<div class="plugin-meta">
<span class="badge badge-cli">CLI</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- LNURL Server -->
<article class="plugin-card" id="lnurl-server">
<a href="plugin/lnurl-server/" class="plugin-share" title="Share this plugin" aria-label="Share LNURL Server plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/lnurl-server.svg" alt="LNURL Server icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">LNURL Server</h3>
<p class="plugin-description">Receive Lightning Network payments through a static URL. Implements the LNURL protocol to provide a reusable payment endpoint.</p>
<div class="plugin-meta">
<span class="badge badge-cli">CLI</span>
</div>
<a href="https://github.com/f321x/electrum-lnurl-server" class="plugin-link">View Repository</a>
</div>
</article>
<!-- Notary -->
<article class="plugin-card" id="notary">
<a href="plugin/notary/" class="plugin-share" title="Share this plugin" aria-label="Share Notary plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/notary.svg" alt="Notary icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Notary</h3>
<p class="plugin-description">Proof-of-burn for Nostr events. Create a provable cost for the creation of Nostr events.</p>
<div class="plugin-meta">
<span class="badge badge-cli">CLI</span>
</div>
<a href="https://github.com/spesmilo/notary" class="plugin-link">View Repository</a>
</div>
</article>
<!-- PayServer -->
<article class="plugin-card" id="payserver">
<a href="plugin/payserver/" class="plugin-share" title="Share this plugin" aria-label="Share PayServer plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/payserver.svg" alt="PayServer icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">PayServer</h3>
<p class="plugin-description">HTTP server for receiving Bitcoin payments. Provides a self-hosted payment processing endpoint for merchants and services.</p>
<div class="plugin-meta">
<span class="badge badge-cli">CLI</span>
</div>
<a href="https://github.com/spesmilo/electrum-payserver" class="plugin-link">View Repository</a>
</div>
</article>
<!-- ADD NEW EXTERNAL CLI PLUGIN ABOVE THIS LINE -->
</div>
</section>
<!-- ============================================================
HARDWARE WALLETS
============================================================ -->
<section id="hardware">
<h2 class="section-title">Hardware Wallets</h2>
<div class="plugin-grid">
<!-- BitBox02 -->
<article class="plugin-card" id="bitbox02">
<a href="plugin/bitbox02/" class="plugin-share" title="Share this plugin" aria-label="Share BitBox02 plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/bitbox02.png" alt="BitBox02 icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">BitBox02</h3>
<p class="plugin-description">Provides support for the BitBox02 hardware wallet by Shift Crypto.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Coldcard -->
<article class="plugin-card" id="coldcard">
<a href="plugin/coldcard/" class="plugin-share" title="Share this plugin" aria-label="Share Coldcard plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/coldcard.png" alt="Coldcard icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Coldcard</h3>
<p class="plugin-description">Provides support for the Coldcard hardware wallet by Coinkite.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-cli">CLI</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Digital Bitbox -->
<article class="plugin-card" id="digital-bitbox">
<a href="plugin/digital-bitbox/" class="plugin-share" title="Share this plugin" aria-label="Share Digital Bitbox plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/digitalbitbox.png" alt="Digital Bitbox icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Digital Bitbox</h3>
<p class="plugin-description">Provides support for the original Digital Bitbox (BitBox01) hardware wallet.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Jade -->
<article class="plugin-card" id="jade">
<a href="plugin/jade/" class="plugin-share" title="Share this plugin" aria-label="Share Jade plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/jade.png" alt="Jade icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Jade</h3>
<p class="plugin-description">Provides support for the Blockstream Jade hardware wallet.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- KeepKey -->
<article class="plugin-card" id="keepkey">
<a href="plugin/keepkey/" class="plugin-share" title="Share this plugin" aria-label="Share KeepKey plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/keepkey.png" alt="KeepKey icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">KeepKey</h3>
<p class="plugin-description">Provides support for the KeepKey hardware wallet.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Ledger -->
<article class="plugin-card" id="ledger">
<a href="plugin/ledger/" class="plugin-share" title="Share this plugin" aria-label="Share Ledger plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/ledger.png" alt="Ledger icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Ledger</h3>
<p class="plugin-description">Provides support for Ledger hardware wallets (Nano S, Nano X, and others).</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-cli">CLI</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Safe-T mini -->
<article class="plugin-card" id="safe-t-mini">
<a href="plugin/safe-t-mini/" class="plugin-share" title="Share this plugin" aria-label="Share Safe-T mini plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/safe-t.png" alt="Safe-T mini icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Safe-T mini</h3>
<p class="plugin-description">Provides support for the Archos Safe-T mini hardware wallet.</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
<!-- Trezor -->
<article class="plugin-card" id="trezor">
<a href="plugin/trezor/" class="plugin-share" title="Share this plugin" aria-label="Share Trezor plugin"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="#icon-share-link"/></svg></a>
<img src="assets/plugins/trezor.png" alt="Trezor icon" class="plugin-icon" loading="lazy" width="48" height="48">
<div class="plugin-info">
<h3 class="plugin-name">Trezor</h3>
<p class="plugin-description">Provides support for Trezor hardware wallets (Model One, Model T, Safe 3, and others).</p>
<div class="plugin-meta">
<span class="badge badge-qt">Desktop</span>
<span class="badge badge-cli">CLI</span>
<span class="badge badge-internal">Internal</span>
</div>
</div>
</article>
</div>
</section>
<!-- Submit CTA -->
<div class="submit-cta">
<h3>Have a plugin to share?</h3>
<p>Submit your external plugin by opening a pull request to the website repository.</p>
<a href="https://github.com/spesmilo/electrum-plugins-website/blob/master/CONTRIBUTING.md" class="btn btn-primary">Submit a Plugin</a>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<div class="footer-content">
<div class="footer-links">
<a href="https://electrum.org">electrum.org</a>
<a href="https://github.com/spesmilo/electrum">Electrum GitHub</a>
<a href="https://github.com/spesmilo/electrum-plugins-website">Website GitHub</a>
</div>
<p class="footer-copy">Electrum is MIT licensed open-source software.</p>
</div>
</div>
</footer>
</body>
</html>