Skip to content

Arachnid/ens-registrar-dapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Name Service Registrar DApp

How to run it:

cd app
meteor npm install
meteor

Deploying to github pages

A static copy of the app is kept at ethereum.github.io/ens-registrar-dapp. 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.1%
  • HTML 29.1%
  • CSS 2.8%