The Web User Interface to Namecoin
Note: Inspired by the Wiki entry
Namecoin WUI provides a user friendly interface to namecoind
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)
Coming soon..
Coming soon..