stargeizer / ens-registrar-dapp

Registrar DApp for the Ethereum Name Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum Name Service Registrar DApp

This app allows you to register a .eth domain name, for use in ethereum decentralized applications and compatible blockchain browsers.

Check ens.domains for more information about the ENS.

Try the app: registrar.ens.domains

How to run it

cd app
meteor npm install
meteor

Deploying to github pages

A static copy of the app is kept at registrar.ens.domains. The page reflects whatever is kept at the docs folder in the master branch. So to update the static site, create a working branch and execute these:

cd app
meteor-build-client ../docs --path ""
cd ..
git add .

Then commit all and make a Pull Request to master.

About

Registrar DApp for the Ethereum Name Service

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.3%Language:CSS 0.0%