Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 790 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 790 Bytes

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.