-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (126 loc) · 6.2 KB
/
index.html
File metadata and controls
136 lines (126 loc) · 6.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Electrum Plugins — Extend Your Bitcoin Wallet</title>
<meta name="description" content="Browse and discover plugins for the Electrum Bitcoin wallet. Utility plugins, hardware wallet support, and community extensions.">
<link rel="canonical" href="https://plugins.electrum.org/">
<meta property="og:title" content="Electrum Plugins — Extend Your Bitcoin Wallet">
<meta property="og:description" content="Browse and discover plugins for the Electrum Bitcoin wallet. Utility plugins, hardware wallet support, and community extensions.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://plugins.electrum.org/">
<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="Electrum Plugins — Extend Your Bitcoin Wallet">
<meta name="twitter:description" content="Browse and discover plugins for the Electrum Bitcoin wallet. Utility plugins, hardware wallet support, and community extensions.">
<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">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Electrum Plugins",
"url": "https://plugins.electrum.org/",
"description": "Plugin directory for the Electrum Bitcoin wallet"
}
</script>
</head>
<body>
<!-- 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" class="active">Home</a></li>
<li><a href="plugins.html">Plugins</a></li>
<li><a href="developers.html">Developers</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero -->
<section class="hero">
<div class="container">
<h1>Extend Your Electrum Wallet</h1>
<p>Discover plugins that add hardware wallet support, multi-signature coordination, Lightning tools, and more to Electrum.</p>
<div class="hero-buttons">
<a href="plugins.html" class="btn btn-primary">Browse Plugins</a>
<a href="developers.html" class="btn btn-outline">Build a Plugin</a>
</div>
</div>
</section>
<!-- Main Content -->
<main>
<!-- Category Cards -->
<section class="section">
<div class="container">
<h2 class="section-title">Plugin Categories</h2>
<div class="category-grid">
<a href="plugins.html#desktop" class="category-card">
<span class="category-icon" aria-hidden="true">💻</span>
<h3>Graphical User Interface</h3>
<p>Plugins that add graphical interfaces and interactive features to the Electrum desktop and Android applications.</p>
</a>
<a href="plugins.html#daemon" class="category-card">
<span class="category-icon" aria-hidden="true">⚙</span>
<h3>Daemon only</h3>
<p>Headless plugins that extend the Electrum daemon and command-line interface with background services and automation.</p>
</a>
<a href="plugins.html#hardware" class="category-card">
<span class="category-icon" aria-hidden="true">🔑</span>
<h3>Hardware Wallets</h3>
<p>Integrations that let Electrum communicate with dedicated hardware signing devices for secure key management.</p>
</a>
</div>
</div>
</section>
<!-- Quick Start -->
<section class="section">
<div class="container">
<div class="quick-start">
<h2>Enabling Plugins in Electrum</h2>
<ol>
<li><strong>Open Electrum</strong> and go to <strong>Tools → Plugins</strong>.</li>
<li><strong>Internal plugins</strong> are listed in the dialog. Toggle the checkbox to enable or disable them.</li>
<li><strong>External plugins</strong> can be imported from <code>.zip</code> files by clicking the <strong>Add</strong> button in the plugins dialog.</li>
<li>Some plugins (hardware wallets) are automatically enabled when you create or restore a hardware wallet.</li>
</ol>
<div class="disclaimer">
<strong>First-time setup:</strong> When loading an external plugin for the first time, Electrum will ask you to set a <strong>plugin password</strong>. This password is independent of your wallet and can be reset if forgotten. To verify plugin authenticity on subsequent startups without re-entering the password, Electrum requires you to store a public key string with root permissions. The root permissions prevent malware from modifying the key.
</div>
</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>