forked from BlixtWallet/blixtwallet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-blixt-web.html
67 lines (67 loc) · 2.21 KB
/
index-blixt-web.html
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
---
layout: default
title: Home
---
{% include blixt-web.html %}
<small><a href="https://github.com/BlixtWallet/blixtwallet.github.io/edit/master/index.html">Edit this page</a></small>
<p>
Blixt Wallet is a non-custodial open-source Lightning Wallet
for Android with a focus on usability and user experience.
</p>
<p>
It's currently aimed towards Bitcoin users
who want to try out using Lightning Network.
</p>
<p>
<a href="https://github.com/hsjoberg/blixt-wallet">View the github project.</a>
</p>
<h2>Built with lnd and Neutrino</h2>
<p>
Blixt Wallet uses the Lightning Network client
<a href="https://github.com/lightningnetwork/lnd">lnd</a>
and the Bitcoin SPV client
<a href="https://github.com/lightninglabs/neutrino">Neutrino</a>
under the hood, directly on the phone, respecting your privacy.
The wallet doesn't use any centralized servers for doing transactions.
</p>
<h2>Simple and clean interface</h2>
<p>
The design philosophy behind Blixt Wallet is
to provide a clean and straightforward interface
and user experience for doing transactions.
</p>
<p>
Effort has been made to make sure that the transaction
log is descriptive and clear.
</p>
<h2>Easy to get started</h2>
<p>
When you send on-chain funds to Blixt Wallet,
the wallet will automatically open channel(s) on your behalf
so you can get started in no time.
</p>
<h2>Feature-rich and cutting-edge</h2>
<p>
Blixt Wallet keeps up with new developments in
the Lightning community, supporting features such as
<a href="https://github.com/btcontract/lnurl-rfc">LNURL</a>
and <a href="https://webln.dev/">WebLN</a>
as well as keeping up to date with new features
in the lnd project.
</p>
<h2>Open-source project</h2>
<p>
Blixt Wallet is built as an
<a href="https://github.com/hsjoberg/blixt-wallet/blob/master/LICENSE">MIT</a>-licensed
open-source project.
</p>
<h2>Contact</h2>
<p>
The project leader and main developer behind Blixt Wallet right now is
Hampus Sjöberg, who can be reached via
<a id="email">email</a>
or on twitter <a href="https://twitter.com/hampus_s">@hampus_s</a>.
</p>
<script>
document.querySelector("#email").setAttribute("href", `${atob("bWFpbHRvOmhhbXB1cy5zam9iZXJnQHByb3Rvbm1haWwuY29t")}`);
</script>