]> git.bitcoin.ninja Git - satsto.me/commitdiff
Improve copy somewhat
authorMatt Corallo <git@bluematt.me>
Fri, 12 Jul 2024 20:40:11 +0000 (20:40 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 12 Jul 2024 20:40:11 +0000 (20:40 +0000)
index.html

index 9324e10f75b2662449502d18a428047e0b052e8a..1dc6ac4272664a20db97f10607f00ad65bea292b 100644 (file)
        </head>
        <body>
                <div class="intro-text">
-                       <h2>BIP 353 Human Readable Names Resolver</h2>
+                       <h2>BIP 353 Resolver</h2>
                        <p>
-                               <a href="https://github.com/bitcoin/bips/blob/master/bip-0353.mediawiki">BIP 353</a> defines the way to encode simple human-readable names and map them to Bitcoin payment intructions.
+                               <a href="https://github.com/bitcoin/bips/blob/master/bip-0353.mediawiki">BIP 353</a> defines the way to use simple human-readable names for Bitcoin payments.
                        <p>
-                               If your wallet doesn't yet resolve BIP 353 names natively, this site will resolve them for you, letting you pay human readable names seamlessly.
+                               If your wallet doesn't yet resolve BIP 353 names natively, this site will resolve them for you.
                        </p>
                </div>
                <div class="right">
                        <div class="result" id="result"></div>
                </div>
                <div class="footer">
-                       <p class="small-print">Note that most BIP 353 addresses rely on at least <a href="https://bolt12.org">BOLT 12</a> or <a href="https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki">Silent Payments</a> and as both are relatively new, wallet support isn't yet universal. Check that your wallet supports at least one of the two if you are unable to pay.</p>
-                       <p class="small-print">While you're absolutely trusting this site to not provide you with bad code, the code we promise we served you fully validates the name using DNSSEC. Thus, no matter what server you use to resolve the name, the worst they can do is log who you're paying or tell you they're not payable. They can never lie and give you the wrong address!</p>
+                       <p class="small-print">Note that most BIP 353 names rely on <a href="https://bolt12.org">BOLT 12</a> or <a href="https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki">Silent Payments</a> and as both are relatively new, wallet support isn't yet universal.</p>
+                       <p class="small-print">While you're absolutely trusting this site to not provide you with backdoored code, names are fully validated locally on your machine using DNSSEC. Thus, no matter what server you use to resolve the name, the worst they can do is log who you're paying or tell you they're not payable. They can never give you the wrong address!</p>
                        <p class="small-print">Make this site beautiful by <a href="https://github.com/TheBlueMatt/satsto.me">editing it on Github</a></p>
                </div>