diff --git a/README.md b/README.md index f1331b6..ed7e4d8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Alternative Free Identity System This project represents a minimal blockchain with no coin, capable of sustaining any number of domain name zones and domains. +![Screenshot](img/PiSwDe.png) + ![Screenshot](img/0WzaeA.png) diff --git a/img/PiSwDe.png b/img/PiSwDe.png new file mode 100644 index 0000000..14b6f8e Binary files /dev/null and b/img/PiSwDe.png differ diff --git a/src/webview/index.html b/src/webview/index.html index 62a7188..eed9d6f 100644 --- a/src/webview/index.html +++ b/src/webview/index.html @@ -133,9 +133,22 @@
-

Welcome to ALFIS!

+
+

Welcome to ALFIS!

ALFIS stands for Alternative Free Identity System.

It gives you an opportunity to create your own domains and use them in decentralized networks, store security certificates for browsers to trust without any centralized CA.

+

How this system works?

+

If you just want to be able to resolve our domains

+

Carefully configure DNS section in alfis.toml and start ALFIS with -n command line switch. + It will start without GUI, but will work as local DNS-resolver.

+

If you want to get your own domain

+
    +
  • Generate a keypair in "Manage keys" part (you need just one for any number of domains)
  • +
  • Check available zones (for now we have a test zone .yy). In future version a list of available zones will be somewhere here
  • +
  • Go to "Mine domain" part and enter desired domain in first field, if it is not red - you can create it
  • +
  • Carefully add needed DNS-records (you can add them later, but you will need to mine it again)
  • +
  • Just click on "Mine domain" and wait for it, your domain (when properly cooked) will propagate to all blockchain nodes automatically
  • +