Skip to content

Commit

Permalink
Merge pull request #292 from BlueWallet/add-description
Browse files Browse the repository at this point in the history
add changes
  • Loading branch information
ncoelho authored Sep 9, 2024
2 parents 3067bda + 3d2d675 commit 02aba42
Show file tree
Hide file tree
Showing 141 changed files with 2,825 additions and 5,734 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions _data/navigation_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
- create-multisig-wallet
- multisig-spend

- title: Local Trader
docs:
- local-trader

- title: LNDhub
docs:
- lndhub-ubuntu
Expand Down
30 changes: 1 addition & 29 deletions _docs/create-lightning-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,13 @@ title: Create a Lightning wallet
tags: [setup]
---

Creating a Lightning wallet on BlueWallet is easy.

You can either click on the "Add now" button or the "+" icon in the top right corner

{% include phone-screenshot-image.html img="bluewallet-first-page.png" alt="BlueWallet's first page" %}

That will take you to the "add wallet" screen.

## Adding a new wallet

In the "add wallet" screen, you can choose between a Bitcoin wallet and a Lightning wallet.

{% include phone-screenshot-image.html img="add-lightning-wallet.png" alt="Add Lightning wallet" %}

For Lightning, click on the Lightning button. (If you want to create a Bitcoin wallet, see [this guide](/docs/create-bitcoin-wallet).)

You may also name your wallet, or leave the default name.

<div class="side-note" markdown="1">

### Advanced options

If you have "Advanced mode" enabled in general settings,
you'll see one more option for creating the wallet.

{% include phone-screenshot-image.html img="add-lightning-wallet-with-advanced-options.png" alt="Add Lightning wallet with advanced options" %}

#### Connecting to your own LNDHub

Lightning functionality in BlueWallet is powered by [LNDHub](http://lndhub.io/), an open source service that we created for this purpose. We host our own instance of this service and BlueWallet connects to it by default. However, for more privacy you can host your own instance and connect to it.

To do that, you can add the address of your lndhub instance in the specified text field.

Lightning functionality in BlueWallet is powered by [LNDHub](http://lndhub.io/), an open source service that we created for this purpose. You will need to add your node (lndhub) uri to this form in order to connect to it.

</div>

When you're ready, you can click on "Create" to make your new wallet.

Expand Down
12 changes: 0 additions & 12 deletions _docs/local-trader.md

This file was deleted.

56 changes: 36 additions & 20 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,46 @@
{% include newsletter.html title="Get the updates directly on your email" %}

{% include promo.html %}

<footer class="uk-section uk-text-center uk-text-muted">
<div class="uk-padding-remove-horizontal">
<div class="uk-container">
{% if include.title %}
<h3 class="uk-h3">{{ include.title }}</h3>
{% endif %}
<div class="uk-child-width-expand@s" uk-grid>
<div>
<h4 class="uk-h4 uk-text-left">Products</h4>
<ul class="uk-subnav">
{% for link in site.data.navigation_footer %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = '' | relative_url %}
{% endif %}
{% if link.url == page.url %}
{% assign current = ' class="uk-active"' %}
{% else %}
{% assign current = null %}
{% endif %}
{% if link.title %}
<li{{ current }}><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank" {% endif %}>{{ link.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class="uk-margin-auto-vertical">
<div class="uk-child-width-expand@s socialinks" uk-grid>
{% include social-networks.html %}
</div>
</div>
</div>
</div>
</div>
<div class="uk-container">

<div class="uk-padding-small uk-padding-remove-horizontal uk-padding-remove-top">
<h4 class="uk-h4 uk-text-left">Products</h4>
<ul class="uk-subnav">
{% for link in site.data.navigation_footer %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = '' | relative_url %}
{% endif %}
{% if link.url == page.url %}
{% assign current = ' class="uk-active"' %}
{% else %}
{% assign current = null %}
{% endif %}
{% if link.title %}
<li{{ current }}><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank" {% endif %}>{{ link.title }}</a></li>
{% endif %}
{% endfor %}
</ul>

</div>

<h4 class="uk-h4 uk-text-left">© BlueWallet</h4>

<div class="uk-child-width-1-2@m uk-grid-match uk-margin-remove-vertical" data-uk-grid>
Expand Down
4 changes: 2 additions & 2 deletions _includes/lightning.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="uk-section">
<div class="uk-container uk-text-center uk-animation-slide-bottom-medium">
<h1 class="uk-heading-hero">Lightning Wallet</h1>
<h4 class="uk-h2">with zero configuration</h4>
<p class="uk-text-lead">You can use our hosted Lightning wallets <strong>or connect to your own node</strong>. Allows you to seamlessly use the Lightning Network, without the need to open channels, be online or operate and mantain a node. Our goal is to remove friction and provide a great user experience.</p>
<h4 class="uk-h2">Connected to your own node</h4>
<p class="uk-text-lead">You can use <strong>your own node</strong>. Allows you to seamlessly use the Lightning Network, with accounts associated to your node. Ideal for your family wallets, small communities or groups of people running their own nodes. It uses <a href="/lndhub">LNDhub</a> to power the connection.</p>
<div class="uk-container-medium imghere uk-padding-remove@s uk-padding-remove-bottom uk-animation-slide-bottom-medium">
<img src="{{ site.uploads | absolute_url }}/lightning-wallet.png" alt="lightning wallet bitcoin">
</div>
Expand Down
78 changes: 0 additions & 78 deletions _includes/local-trader.html

This file was deleted.

29 changes: 18 additions & 11 deletions _includes/newsletter.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,24 @@ <h3 class="uk-h3">{{ include.title }}</h3>
{% endif %}
<div class="uk-child-width-expand@s" uk-grid>
<div>
<div class="newsletter uk-box-shadow-medium uk-card-hover border-radius-medium">
<form action="" method="get" id="mc-embedded-subscribe-form" name="newslettermail" class="validate">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="your email here..." required>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_e44c1f194bec93e238615469e_f6f826e769" tabindex="-1" value="">
</div>
<input type="submit" value="subscribe" name="subscribe" id="mc-embedded-subscribe" class="mc-button">
<div id="subscribe-result">
</div>
</form>
</div>
<h4 class="uk-h4 uk-text-left">Products</h4>
<ul class="uk-subnav">
{% for link in site.data.navigation_footer %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = '' | relative_url %}
{% endif %}
{% if link.url == page.url %}
{% assign current = ' class="uk-active"' %}
{% else %}
{% assign current = null %}
{% endif %}
{% if link.title %}
<li{{ current }}><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank" {% endif %}>{{ link.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class="uk-margin-auto-vertical">
<div class="uk-child-width-expand@s socialinks" uk-grid>
Expand Down
Loading

0 comments on commit 02aba42

Please sign in to comment.