/divvy-authd

Primary LanguageJavaScriptISC LicenseISC

divvy-auth

The Divvy client uses divvy-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