Skip to content
Closed
4 changes: 0 additions & 4 deletions _compress_images_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,3 @@ assets/images/guide/glossary/signature@2x.jpg: signature@2x.jpg
assets/images/contribute/alby.png: alby.png
assets/images/contribute/bitcoin-smiles.png: bitcoin-smiles.png
assets/images/contribute/hello-bitcoin.png: hello-bitcoin.png
assets/images/guide/designing-products/wallet-interoperability/hardware-wallets.jpg: hardware-wallets.jpg
assets/images/guide/designing-products/wallet-interoperability/hardware-wallets@2x.jpg: hardware-wallets@2x.jpg
assets/images/guide/designing-products/wallet-interoperability/user-interface.jpg: user-interface.jpg
assets/images/guide/designing-products/wallet-interoperability/user-interface@2x.jpg: user-interface@2x.jpg
122 changes: 0 additions & 122 deletions _sass/minima/_units-and-symbols-page.scss

This file was deleted.

1 change: 0 additions & 1 deletion _sass/minima/initialize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"minima/search-page", // Formatting for the search page
"minima/projects-page", // Formatting for the projects page
"minima/design-resources-page", // Formatting for the design resources page
"minima/units-and-symbols-page", // Formatting for the units and symbols page
"minima/glossary-page", // Formatting for the glossary page
"minima/home-banner",
"minima/skins/error-theme",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions guide/designing-products/common-user-flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: guide
title: Common user flows
description: Overview of the most common user activities in Bitcoin applications.
nav_order: 8
nav_order: 7
parent: Designing Bitcoin products
permalink: /guide/designing-products/common-user-flows/
main_classes: -no-top-padding
Expand Down Expand Up @@ -276,7 +276,7 @@ Wallets can also be created with control shared between several other wallets, s
layout = "float-left"
%}

Like fiat currencies, securely storing funds can be as simple as storing some coins in your pocket or highly complex with multiple banks’ safety deposit boxes. For self-custodial wallets, all of this is in the users’ hands, although wallet software ideally provides guidelines and support to more easily follow best practices. See also, the [Private key management](/guide/private-key-management/introduction/) section and [Protecting a wallet](/guide/onboarding/protecting-a-wallet/).
Like fiat currencies, securely storing funds can be as simple as storing some coins in your pocket or highly complex with multiple banks’ safety deposit boxes. For self-custodial wallets, all of this is in the users’ hands, although wallet software ideally provides guidelines and support to more easily follow best practices. See also, the [Private key management](/guide/private-key-management/introduction/) section and [Protecting a wallet](guide/onboarding/protecting-a-wallet/).

</div>

Expand Down Expand Up @@ -567,11 +567,11 @@ This can be a tricky experience to address. For one, non-custodial cryptocurrenc

---

On to [interoperability]({{ '/guide/designing-products/wallet-interoperability/' | relative_url }}) which is essential for smooth interaction and migration between Bitcoin products.
On to [wallet interoperability]({{ '/guide/designing-products/wallet-interoperability/' | relative_url }}) which is essential for smooth interaction and migration between Bitcoin products.

{% include next-previous.html
previousUrl = "/guide/designing-products/getting-to-know-your-users/"
previousName = "Getting to know your users"
previousUrl = "/guide/designing-products/personal-finance/"
previousName = "Personal finance"
nextUrl = "/guide/designing-products/wallet-interoperability/"
nextName = "Interoperability"
nextName = "Wallet interoperability"
%}
2 changes: 1 addition & 1 deletion guide/designing-products/design-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: guide
title: Design resources
description: Design files by and for the Bitcoin Design Community
nav_order: 10
nav_order: 9
parent: Designing Bitcoin products
permalink: /guide/designing-products/design-resources/
main_classes: -no-top-padding
Expand Down
8 changes: 1 addition & 7 deletions guide/designing-products/designing-products.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,13 @@ If we consider Bitcoin money, we need to consider how Bitcoin users think about

---

### [Getting to know your users]({{ '/guide/designing-products/getting-to-know-your-users/' | relative_url }})

This section will give you some tips on how best to understand and develop knowledge about your users.

---

### [Common user flows]({{ '/guide/designing-products/common-user-flows/' | relative_url }})

Most Bitcoin applications share certain user activities, from initial setup to making a transaction. It is vital to follow users' expected patterns and behaviors to reduce mistakes and enable seamless switching between products.

---

### [Interoperability]({{ '/guide/designing-products/wallet-interoperability/' | relative_url }})
### [Wallet interoperability]({{ '/guide/designing-products/wallet-interoperability/' | relative_url }})

Get to know the points of interaction and overlap connecting payment links, wallet recovery, node configurations, and more.

Expand Down
6 changes: 3 additions & 3 deletions guide/designing-products/personal-finance.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,11 @@ Considering your product, ask yourself these questions:

---

Next we will look at why it is important to [get to know your users]({{ '/guide/designing-products/getting-to-know-your-users/' | relative_url }}) when desiging Bitcoin applications.
Looking closer at these use cases, we can identify a series of user actions, as outlined in [common user flows]({{ '/guide/designing-products/common-user-flows/' | relative_url }}).

{% include next-previous.html
previousUrl = "/guide/designing-products/usage-life-cycle/"
previousName = "Usage life cycle"
nextUrl = "/guide/designing-products/getting-to-know-your-users/"
nextName = "Getting to know your users"
nextUrl = "/guide/designing-products/common-user-flows/"
nextName = "Common user flows"
%}
2 changes: 1 addition & 1 deletion guide/designing-products/wallet-interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: guide
title: Interoperability
description: Designing for seamless experiences across Bitcoin applications.
nav_order: 9
nav_order: 8
parent: Designing Bitcoin products
permalink: /guide/designing-products/wallet-interoperability/
main_classes: -no-top-padding
Expand Down
2 changes: 1 addition & 1 deletion guide/getting-started/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Primarily used by developers, CLIs offer feature-rich ways to interact with node
layout = "float-right-desktop"
%}

Bitcoin [mining]({{ '/guide/getting-started/technology-primer/#how-is-the-blockchain-secured' | relative_url }}) is the act of confirming transactions by solving a computationally intense problem, which is rewarded via freshly minted bitcoin and transaction fees.
Bitcoin [mining]({{ '/guide/getting-started/technology-primer/#how-are-transactions-confirmed' | relative_url }}) is the act of confirming transactions by solving a computationally intense problem, which is rewarded via freshly minted bitcoin and transaction fees.

Mining has become primarily a professional undertaking with dedicated software to manage racks of [mining hardware]({{ '/guide/getting-started/hardware/#mining-hardware' | relative_url }}). However, some wallets still offer mining features, and there are also cloud mining providers that allow customers to rent mining capacity.

Expand Down
2 changes: 1 addition & 1 deletion guide/getting-started/technology-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ While creating a transaction to move your funds from one address to another is c
There are multiple scaling solutions built on top of Bitcoin's base layer, but we will be focusing on the Lightning Network in this guide.

**More info**
- [Transaction lifecycle](/guide/payments/transactions/)
- [Transaction lifecycle](/payments/transactions)

<!--
While the base layer needs to have high integrity of decentralization, high security guarantees, and solid monetary principals...
Expand Down
2 changes: 1 addition & 1 deletion guide/getting-started/why-bitcoin-is-unique.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In addition, six fundamental properties define whether or not a currency can act
5. Divisibility
6. Recognizability

Although bitcoin is purely digital, it meets every classical definition of what makes something money. Instead of relying on physical properties (like gold and silver) or central authorities (like government-issued fiat currencies), bitcoin relies on the world’s most powerful [computer network]({{ '/guide/glossary/node/' | relative_url }}) to mathematically enforce the rules that make it the first truly digital form of cash.
Although bitcoin is purely digital, it meets every classical definition of what makes something money. Instead of relying on physical properties (like gold and silver) or central authorities (like government-issued fiat currencies), bitcoin relies on the world’s most powerful [computer network]({{ '/guide/getting-started/technology-primer/#what-is-a-node' | relative_url }}) to mathematically enforce the rules that make it the first truly digital form of cash.

Natively digital money can also be extended in previously unthinkable ways. From smart contracts to Layer 2 solutions like the Lightning Network that enable faster and cheaper payments, Bitcoin can get built upon to enable new and evolving use cases.
</div>
Expand Down
2 changes: 1 addition & 1 deletion guide/glossary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ BIP44 introduced the following structure, which BIP49 and BIP84 follow:<br/>
The path to the first address in a bitcoin-wallet using BIP84 will look like this:<br/>
`m/84h/0h/0h/0/0`

For full [interoperability](/guide/designing-products/principles/#interoperability) a wallet should support all of these standards. More information can be found [here](/guide/designing-products/wallet-interoperability/#wallet-backups) and [here](https://learnmeabitcoin.com/technical/derivation-paths).
For full [interoperability](/guide/designing-products/principles/#interoperability) a wallet should support all of these standards. More information can be found [here](/guide/designing-products/wallet-interoperability/#wallet-import-and-export) and [here](https://learnmeabitcoin.com/technical/derivation-paths).

### Extended private key (xpriv)

Expand Down
6 changes: 3 additions & 3 deletions guide/onboarding/backing-up-a-recovery-phrase.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Backing up a recovery phrase
description: Handling recovery phrases during onboarding.
parent: Onboarding
has_children: true
nav_order: 2
nav_order: 3
permalink: /guide/onboarding/backing-up-a-recovery-phrase/
main_classes: -no-top-padding
image: https://bitcoin.design/assets/images/guide/onboarding/backing-up-a-recovery-phrase/backing-up-a-recovery-phrase-preview.png
Expand Down Expand Up @@ -75,8 +75,8 @@ However, there may be times when it is necessary to use a manual backup alternat
The next sections will look at some UI considerations for [automatic cloud backups]({{ '/guide/onboarding/backing-up-a-recovery-phrase/automatic-cloud-backup' | relative_url }}) and [manual backups]({{ 'guide/onboarding/backing-up-a-recovery-phrase/manual-backup/' | relative_url }}).

{% include next-previous.html
previousUrl = "/guide/onboarding/creating-a-new-wallet/"
previousName = "Creating a new wallet"
previousUrl = "/guide/onboarding/first-use/"
previousName = "First use"
nextUrl = "/guide/onboarding/backing-up-a-recovery-phrase/automatic-cloud-backup/"
nextName = "Automatic cloud backups"
%}
Loading