Copy changes

This commit is contained in:
sairaj mote 2023-04-13 00:31:43 +05:30
parent 942b96071a
commit 80c3ba4c60

View File

@ -163,22 +163,21 @@
<sm-chips id="page_selector"></sm-chips>
</section>
<section id="how_it_works" class="page hidden page-layout">
<h1 class="page__title">How it works?</h1>
<h1 class="page__title">How does it work? </h1>
<p>FLO Torrent stores torrent files directly on the FLO blockchain making it completely decentralized. But
this approach came with some challenges.</p>
this approach comes with some challenges.
</p>
<section class="info-section">
<object class="info__image" data="assets/torrent-vs-flo-tx.svg" type="image/svg+xml"></object>
<div class="textual-info">
<h2 class="info__title h2">The problem</h2>
<p>
The maximum number of free characters that can be stored in a FLO blockchain transaction is
1040.
But torrents are typically 20,000 characters each.
Only 1040 free characters can be stored in a FLO blockchain transaction, but torrents are
typically 20,000 characters each.
</p>
<p>
So, we need to first design a way to split the torrent into smaller segments and find a way to
link them inside the blockchain.
Therefore, we had to first design a way to split the torrent into smaller segments and find a
way to link them inside the blockchain.
</p>
</div>
</section>