/ripple-authd

Ripple peer-assisted key derivation server

Primary LanguageJavaScriptISC LicenseISC

ripple-auth

The Ripple client uses ripple-authd servers for peer-assisted key derivation.

Setup

# 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 gen

Running

node app

Note that ripple-authd is purely an API server, so there are no HTML pages etc. to look at.

Credits

(c) 2013 OpenCoin Inc.
Released under ISC license