The Ripple client uses ripple-authd servers for peer-assisted key derivation.
# Clone repository
git clone [repo url] ripple-authd
cd ripple-authd
# Install dependencies
npm install
# Initialize the configuration
cp config-example.js config.js
# Generate a key
npm run gennode appNote that ripple-authd is purely an API server, so there are no HTML pages
etc. to look at.
(c) 2013 OpenCoin Inc.
Released under ISC license