1
0
mirror of https://github.com/bumi/openalias-web synced 2025-06-16 09:15:36 +00:00

Add details about OpenAlias

This commit is contained in:
bumi 2019-01-16 19:06:12 +01:00
parent 699a20d435
commit 597159d656
2 changed files with 30 additions and 1 deletions

View File

@ -3,6 +3,9 @@
justify-content: center; justify-content: center;
} }
.notes {
margin-top: 50px;
}
.header { .header {
text-align: center; text-align: center;
} }

View File

@ -27,6 +27,32 @@
</div> </div>
</form> </form>
Example: <a href="{{host}}/donate@getmonero.org">{{host}}/donate@getmonero.org</a> Example: <a href="{{host}}/donate@getmonero.org">{{host}}/donate@getmonero.org</a>
<div class="notes">
<h3>What is OpenAlias?</h3>
<p>
<a href="https://openalias.org">OpenAlias</a> is an open standard for simpler addresses for any crypto currencies.
</p>
<p>
At its most basic, OpenAlias is a TXT DNS record on a FQDN (fully qualified domain name). <br>
By combining this with DNS-related technologies it has created an aliasing standard that is extensible for developers, <br>
intuitive and familiar for users, and can interoperate with both centralised and decentralised domain systems.
</p>
<h3>Fork me on GitHub</h3>
<p>
Code for this app is on GitHub: <a href="https://github.com/bumi/openalias-web">bumi/openalias-web</a>
</p>
<h3>Questions? Feedback?</h3>
<p>
If you have questons or feedback please <a href="https://github.com/bumi/openalias-web/issues">open an issue on GitHub</a>
or send me an email: hello@michaelbumann.com
</p>
</div>
</div> </div>
</div> </div>
</body> </body>