Skip to content

Commit

Permalink
Merge pull request #2 from Catrya/update-recommended-wallets
Browse files Browse the repository at this point in the history
update recommended wallets
  • Loading branch information
grunch authored May 20, 2024
2 parents 9ad3509 + 4621973 commit 0795183
Show file tree
Hide file tree
Showing 51 changed files with 1,176 additions and 685 deletions.
29 changes: 18 additions & 11 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html lang="fr" class="sidebar-visible no-js light">
<html lang="fr" class="light" dir="ltr">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
Expand All @@ -11,7 +11,7 @@

<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff" />
<meta name="theme-color" content="#ffffff">

<link rel="icon" href="favicon.svg">
<link rel="shortcut icon" href="favicon.png">
Expand All @@ -32,7 +32,7 @@
<!-- Custom theme stylesheets -->

</head>
<body>
<body class="sidebar-visible no-js">
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
Expand Down Expand Up @@ -62,31 +62,38 @@
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
if (theme === null || theme === undefined) { theme = default_theme; }
var html = document.querySelector('html');
html.classList.remove('no-js')
html.classList.remove('light')
html.classList.add(theme);
html.classList.add('js');
var body = document.querySelector('body');
body.classList.remove('no-js')
body.classList.add('js');
</script>

<input type="checkbox" id="sidebar-toggle-anchor" class="hidden">

<!-- Hide / unhide sidebar before it is displayed -->
<script>
var html = document.querySelector('html');
var body = document.querySelector('body');
var sidebar = null;
var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
if (document.body.clientWidth >= 1080) {
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
sidebar = sidebar || 'visible';
} else {
sidebar = 'hidden';
}
html.classList.remove('sidebar-visible');
html.classList.add("sidebar-" + sidebar);
sidebar_toggle.checked = sidebar === 'visible';
body.classList.remove('sidebar-visible');
body.classList.add("sidebar-" + sidebar);
</script>

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded affix "><a href="index.html">@lnp2pBot</a></li><li class="chapter-item expanded "><a href="faq.html"><strong aria-hidden="true">1.</strong> FAQ</a></li><li class="chapter-item expanded "><a href="what-is-lnp2pbot.html"><strong aria-hidden="true">2.</strong> Qu'est-ce que @lnp2pBot ?</a></li><li class="chapter-item expanded "><a href="what-is-lightning-network.html"><strong aria-hidden="true">3.</strong> Qu'est-ce que Lightning Network ?</a></li><li class="chapter-item expanded "><a href="what-do-i-need-to-use-lnp2pbot.html"><strong aria-hidden="true">4.</strong> De quoi ai-je besoin pour utiliser @lnp2pBot ?</a></li><li class="chapter-item expanded "><a href="how-do-i-initialize-the-bot.html"><strong aria-hidden="true">5.</strong> Comment initialiser le bot ?</a></li><li class="chapter-item expanded "><a href="what-are-the-channels-to-make-exchanges-on-telegram.html"><strong aria-hidden="true">6.</strong> Quels sont les canaux pour faire des échanges sur Telegram ?</a></li><li class="chapter-item expanded "><a href="where-i-can-find-offers-for-my-local-currency.html"><strong aria-hidden="true">7.</strong> Où puis-je trouver des offres pour ma devise locale ?</a></li><li class="chapter-item expanded "><a href="do-i-need-to-fill-out-any-user-registration-or-identity-verification.html"><strong aria-hidden="true">8.</strong> Dois-je remplir un formulaire d'inscription ou de vérification d'identité ?</a></li><li class="chapter-item expanded "><a href="what-type-of-information-do-you-collect-from-each-user.html"><strong aria-hidden="true">9.</strong> Quel type d'informations recueillez-vous auprès de chaque utilisateur ?</a></li><li class="chapter-item expanded "><a href="how-does-the-user-reputation-system-work.html"><strong aria-hidden="true">10.</strong> Comment fonctionne le système de réputation des utilisateurs ?</a></li><li class="chapter-item expanded "><a href="how-do-i-create-a-sell-order.html"><strong aria-hidden="true">11.</strong> Comment créer une offre de vente ?</a></li><li class="chapter-item expanded "><a href="how-do-i-create-a-purchase-order.html"><strong aria-hidden="true">12.</strong> Comment créer une offre d'achat ?</a></li><li class="chapter-item expanded "><a href="how-do-i-find-and-accept-an-offer-to-buy-or-sell.html"><strong aria-hidden="true">13.</strong> Comment trouver et accepter une offre d'achat ou de vente ?</a></li><li class="chapter-item expanded "><a href="how-do-i-cancel-a-posted-order.html"><strong aria-hidden="true">14.</strong> Comment annuler une offre publiée ?</a></li><li class="chapter-item expanded "><a href="is-there-a-limit-on-the-amounts-i-can-trade.html"><strong aria-hidden="true">15.</strong> Y a-t-il une limite (minimum ou maximum) aux montants que je peux négocier ?</a></li><li class="chapter-item expanded "><a href="how-long-does-it-take-to-finalize-a-transaction.html"><strong aria-hidden="true">16.</strong> Combien de temps faut-il pour finaliser une transaction ?</a></li><li class="chapter-item expanded "><a href="fees-and-commissions.html"><strong aria-hidden="true">17.</strong> Frais et commissions</a></li><li class="chapter-item expanded "><a href="what-exchange-rate-does-the-bot-use.html"><strong aria-hidden="true">18.</strong> Quel cours de change le robot utilise-t-il ?</a></li><li class="chapter-item expanded "><a href="in-which-countries-is-it-available.html"><strong aria-hidden="true">19.</strong> Dans quels pays est-il disponible ?</a></li><li class="chapter-item expanded "><a href="community-find.html"><strong aria-hidden="true">20.</strong> Comment trouver des communautés fonctionnant avec ma devise ?</a></li><li class="chapter-item expanded "><a href="recommended-wallets.html"><strong aria-hidden="true">21.</strong> Portefeuilles recommandés</a></li><li class="chapter-item expanded "><a href="support.html"><strong aria-hidden="true">22.</strong> Support</a></li><li class="chapter-item expanded "><a href="common-problems-and-solutions.html"><strong aria-hidden="true">23.</strong> Problèmes fréquents et solutions</a></li><li class="chapter-item expanded "><a href="how-do-i-know-if-seller-released.html"><strong aria-hidden="true">24.</strong> Comment savoir si le vendeur a effectivement libéré les sats ?</a></li><li class="chapter-item expanded "><a href="i-cant-receive.html"><strong aria-hidden="true">25.</strong> Je n'ai pas reçu les sats correspondant à mon achat</a></li><li class="chapter-item expanded "><a href="contact-with-developers.html"><strong aria-hidden="true">26.</strong> Contacter les développeurs</a></li><li class="chapter-item expanded "><a href="i-am-a-developer-and-i-want-to-contribute.html"><strong aria-hidden="true">27.</strong> Je suis un développeur et je veux contribuer</a></li><li class="chapter-item expanded "><a href="communities.html"><strong aria-hidden="true">28.</strong> Communautés</a></li><li class="chapter-item expanded "><a href="trust.html"><strong aria-hidden="true">29.</strong> Confiance</a></li><li class="chapter-item expanded "><a href="benevolent-dictator.html"><strong aria-hidden="true">30.</strong> Dictateur bienveillant</a></li><li class="chapter-item expanded "><a href="how-do-i-create-a-community.html"><strong aria-hidden="true">31.</strong> Comment créer une communauté</a></li><li class="chapter-item expanded "><a href="modifying-a-community.html"><strong aria-hidden="true">32.</strong> Modifier une communauté</a></li><li class="chapter-item expanded "><a href="creating-orders.html"><strong aria-hidden="true">33.</strong> Créer des offres</a></li><li class="chapter-item expanded "><a href="incentives.html"><strong aria-hidden="true">34.</strong> Incitations</a></li><li class="chapter-item expanded "><a href="what-is-a-solver.html"><strong aria-hidden="true">35.</strong> Qu'est-ce qu'un médiateur</a></li><li class="chapter-item expanded "><a href="resolving-disputes.html"><strong aria-hidden="true">36.</strong> Résoudre des litiges</a></li><li class="chapter-item expanded "><a href="settle-order.html"><strong aria-hidden="true">37.</strong> Régler une offre</a></li><li class="chapter-item expanded "><a href="cancel-order.html"><strong aria-hidden="true">38.</strong> Annuler une offre</a></li><li class="chapter-item expanded "><a href="removing-disputes.html"><strong aria-hidden="true">39.</strong> Supprimer les litiges</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
</div>
</nav>

<!-- Track and set sidebar scroll position -->
Expand Down Expand Up @@ -117,9 +124,9 @@
<div id="menu-bar-hover-placeholder"></div>
<div id="menu-bar" class="menu-bar sticky">
<div class="left-buttons">
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<label id="sidebar-toggle" class="icon-button" for="sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<i class="fa fa-bars"></i>
</button>
</label>
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
</button>
Expand Down
Loading

0 comments on commit 0795183

Please sign in to comment.