usage: Added HIP-02 resolver settings
This commit is contained in:
parent
2e7f752ae2
commit
325fbf6b4b
@ -130,7 +130,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav><button class="navbar-toggler" data-bs-toggle="collapse"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
<header class="bg-dark">
|
||||
@ -144,7 +144,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="padding-top: 20px;text-align: center;"><a class="btn btn-primary" role="button" target="_blank" href="https://github.com/nathanwoodburn/firewallet">Get Started</a></div>
|
||||
<div style="padding-top: 20px;text-align: center;"><a class="btn btn-primary" role="button" target="_blank" href="https://github.com/nathanwoodburn/firewallet/releases">Download</a></div>
|
||||
</header>
|
||||
<section style="background: rgb(39,38,46);">
|
||||
<div class="container bg-dark py-5" style="background: rgb(39, 38, 46);">
|
||||
@ -181,7 +181,7 @@
|
||||
<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5z"></path>
|
||||
</svg></div>
|
||||
<h5 class="fw-bold card-title">Connect your Ledger device</h5>
|
||||
<p class="text-muted card-text mb-4">Don't compromise your security but trusting FireWallet or your computer. By using a Ledger you can ensure you approve any transaction and that your private key never has any possibility of touching the internet.</p>
|
||||
<p class="text-muted card-text mb-4">Don't compromise your security by trusting FireWallet or your computer. By using a Ledger you can ensure you approve any transaction and that your private key never has any possibility of touching the internet.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -119,7 +119,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav><button class="navbar-toggler" data-bs-toggle="collapse"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
<header class="bg-dark">
|
||||
|
11
usage.html
11
usage.html
@ -119,7 +119,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav><button class="navbar-toggler" data-bs-toggle="collapse"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
<header class="bg-dark">
|
||||
@ -203,6 +203,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col mb-5">
|
||||
<div class="card shadow-sm">
|
||||
<div class="card-body px-4 py-5 px-md-5">
|
||||
<div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><span style="color: rgb(25,245,170);">4.</span></div>
|
||||
<h5 class="fw-bold card-title">Set a custom DNS server to use for HIP-02 resolution</h5>
|
||||
<p class="text-muted card-text mb-4">You can choose what DNS server to use for HIP-02 lookups.</p><code>hip-02-ip: 127.0.0.1<br>hip-02-port: 5350</code>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user