ssr1ram / namecoin-wui

Namecoin web user interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namecoin WUI

The Web User Interface to Namecoin

What it does

Note: Inspired by the Wiki entry

Namecoin WUI provides a user friendly interface to namecoind

Getting Started

Requirements

  • nodejs.org
  • synthjs.com ( npm install synth -g )

Getting Started

  • git clone repo
  • cd repo
  • synth install -b (installs backend node packages see back/package.json)
  • synth install -f (installs frontend js packages see front/bower.json)
  • cp back/config.sample.json to back/config.json and ensure config.json has the appropriate values.
  • synth s (starts the server)

Documentation

Coming soon..

LICENSE

MIT

Credit

Coming soon..

About

Namecoin web user interface

License:MIT License


Languages

Language:CSS 56.5%Language:JavaScript 43.5%