<turbo-stream action="update" target="modal"><template>
  


<dialog class="modal" data-controller="modal">
  <div class="modal-box space-y-3 max-w-3xl">
    <header class="sticky">
        <h3 class="text-lg font-bold">
          <img title="Bitcoin Lightning Network" alt="Logo for Bitcoin Lightning Network" loading="lazy" class="w-10 rounded-full inline-flex mr-2" src="/assets/coins/logo-bitcoin-lightning-network-e1ee75bf.svg" />Bitcoin Lightning Network<span class="opacity-60"> (LN)</span>
        </h3>
    </header>

    <form method="dialog">
      <button
        class="btn btn-sm btn-square btn-ghost absolute right-2 top-2"
        aria-label="Close"
      >
        <svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>
      </button>
    </form>

    <div class="body space-y-2 overflow-y-auto max-h-[80lvh]">
        
      <p>Réseau de paiement de seconde couche de Bitcoin, le Lightning Network permet d’effectuer des transactions quasi instantanées avec des frais extrêmement faibles, tout en s’appuyant sur la sécurité de la blockchain Bitcoin. Il est particulièrement adapté aux paiements du quotidien et aux micropaiements.</p>
      <p>Les paiements sont acheminés à travers un réseau décentralisé de canaux de paiement, sans nécessiter l’enregistrement immédiat de chaque transaction sur la blockchain. Cette approche améliore considérablement la capacité de Bitcoin à gérer un grand volume de transactions.</p>

      <ul class="list-disc list-inside mt-3">
          <li class="truncate">
            <a target="_blank" href="https://planb.academy/fr/courses/theorie-du-lightning-network-34bd43ef-6683-4a5c-b239-7cb1e40a4aeb">https://planb.academy/fr/courses/theorie-du-lightning-network-34bd43ef-6683-4a5c-b239-7cb1e40a4aeb</a>
          </li>
      </ul>

    </div>

  </div>

    <form class="modal-backdrop" method="dialog">
      <button>
        Fermer
      </button>
    </form>
</dialog></template></turbo-stream>