To register just add 'zeronet' key to your namecoin domain.
The
"" key means the primary domain, any other than that is a subdomain.
Example:
{
"name": {
"formatted": "ZeroNet project"
},
"bitcoin": {
"address": "1QDhxQ6PraUZa21ET5fYUCPgdrwBomnFgX"
},
"zeronet": {
"": "1EU1tbG9oC1A8jz2ouVwGZyQ5asrNsE4Vr",
"blog": "1BLogC9LN4oPDcruNz3qo1ysa133E9AGg8",
"talk": "1TaLk3zM7ZRskJvrh3ZNCDVGXvkJusPKQ"
},
"ns": [
"ns1.domaincoin.net"
"ns2.domaincoin.net"
]
}
After the changes confirmed by Namecoin network the domain will automatically added to the registry and anyone can access your site using the registered domain.
To make the homepage (ZeroHello) link to your site domain you have to add a "domain" key to your site's content.json file, for example:
{
"address": "1TaLk3zM7ZRskJvrh3ZNCDVGXvkJusPKQ",
"background-color": "#F5F5F5",
"description": "Decentralized forum demo",
"domain": "Talk.ZeroNetwork.bit",
"files": {
...